*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrap{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6200ff;
}
input{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: none;
    box-shadow: 0 0 2px #8d8d8d; 
    outline: none;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 20px;
}
.container{
    background-color: #fff;
    width: 20%;
    height: 50%;
}
.content{
    height: max-content;
    margin: 20px;
}
#convert{
    height: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: #6200ff;
    border-radius: 8px;
    display: block;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
#convert:hover{
    background-color: #5400db;
}
.content h1{
    margin-bottom: 75px;
    text-align: center;
}
.content p{
    font-size: 20px;
    margin-bottom: 10px;
}
#translate{
    margin-bottom: 30px;
}
.from_to-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-end;
}
select{
    padding: 15px 10px 15px 45px;
    font-size: 14px;
    text-align: right;
    border: none;
    box-shadow: 0 0 2px #8d8d8d;
    cursor: pointer;
}
@media screen and (max-width: 1440px) {
    .container{
        width: 30%;
        height: 55%;
    }
}
@media screen and (max-width: 1100px) {
    .container{
        width: 35%;
        height: 55%;
    }
}
@media screen and (max-width: 970px) {
    .container{
        width: 40%;
        height: 55%;
    }
}
@media screen and (max-width: 800px) {
    .container{
        width: 45%;
        height: 55%;
    }
}
@media screen and (max-width: 768px) {
    .container{
        width: 50%;
        height: 520px;
    }
}
@media screen and (max-width: 730px) {
    .container{
        width: 50%;
        /* height: 55%; */
    }
}
@media screen and (max-width: 650px) {
    .container{
        width: 55%;
        /* height: 55%; */
    }
}
@media screen and (max-width: 610px) {
    .container{
        width: 70%;
        /* height: 60%; */
    }
}
@media screen and (max-width: 490px) {
    .container{
        width: 75%;
        /* height: 60%; */
    }
}
@media screen and (max-width: 450px) {
    .container{
        width: 75%;
        /* height: 60%; */
    }
}
@media screen and (max-width: 440px) {
    .container{
        width: 85%;
        /* height: 60%; */
    }
}
@media screen and (max-width: 390px) {
    .container{
        width: 90%;
        /* height: 60%; */
    }
}
@media screen and (max-width: 350px) {
    .container{
        width: 95%;
        /* height: 60%; */
    }
    .scolding{
        width: 40px;
    }
    .content{
        margin: 15px;
    }
}
