.main{
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px){
    .context{
        margin-top: 3%;
    }
}

.title_img{
    margin-top: 50px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    width: 250px;
}

img{
    width: 100%;
}

.title{
    /*color:white;*/
    top:30%;
    text-align: center;
    width: 100%;
}
.main_button{
    margin-top: 20px;
    text-align: center;
}
.check_btn{
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: #ad9bc3;
    border:none;
    width: 200px;
    border-radius: 20px;
    height: 40px;
    margin-bottom:15px;
}
.OG_number{
    font-size: 34px;
    color: #EF6192;
}
.section1{
    justify-content: center;
    text-align: center;
    padding: 5px;
}
.translate_title{
    font-size: 18px;
    padding: 3px;
}
.translate_select{
    /*width: 30%;*/
    padding: 3px;
}
.select_option{
    width: 60%;
    font-size: 15px;
    text-align: center;
    background: #f7f8fc;
    border-radius: 5px;
}

.adsbygoogle{
    text-align: center;
}
