.line {
    text-align: center;
    font-size: 25px;
}

.magnify {
    text-align: center;
    font-size: 250%;
}

#img_cont {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 40px;
}

#row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 100px;
    max-width: fit-content;
    max-height: fit-content;

}

.border {

    border: 10px solid white;
    width: 500px;
    height: 300px;
    margin-top: 10px;
}

.vdo {
    width: 500px;
    height: 300px;
    border-radius: 2rem;
}

#black {
    background-color: #24282f;
    color: white;
    width: 100%;


}

.order {
    width: 500px;
    height: 300px;
    margin: 20px 50px 20px 100px;
    font-size: 25px;
}

.area {
    display: flex;
    padding: 50px 0px 50px 30px;
}

.font_50 {
    font-size: calc(1.35625rem + 1.275vw);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
}

.font_15 {
    font-size: 25px;
    margin: 20px 10px 20px 0px;
}

#text_area {
    width: 400px;
    height: fit-content;
    margin: 150px;
}

#base_img {
    display: flex;
    align-items: flex-end;

}

#request_btn {
    color: white;
    text-decoration: none;
}

#btn {
    width: 200px;
    height: 50px;
    border: 3px solid blueviolet;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background-color: blue;
    font-weight: 400;
}
#container{
    display: flex;
    padding-left: 100px;
    justify-content: space-around;
}
#text_container{
    width: 550px;
    height: fit-content;
    margin: 0px 200px 200px 100px;
    font-weight: 400;
    font-size: 18px;
}
.icons {
    width: 80px;
    height:80px;
    margin: 150px 200px 0px 700px ;
    background-color: white;
    
}
#b_img{
    height: 80px;
    width: 100px;
    border-radius: 100rem;
}
#fw{
    font-size: 40px;
    font-weight: 700;
}