html,body{
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    margin: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.one{
    display: none;
}
select{
    font-size:25px;
    border-radius: 30px;
    width:28%;
    position:relative;
    top:0px;
    left:35%;
    margin: 15px 0px 0px 0px;
    height: 40px;
    text-align:center;
    border:1px solid #74b3ce;
}
a{
    color:black;
    text-decoration: none;
}
#top{
    width:90px;
    height:30px;
    position:fixed;
    right:20px;
    bottom:30px;
    border-radius:20px;
    background-color: #74b3ce;
    z-index:1;
}
#top1{
    width:90px;
    height:30px;
    position:fixed;
    right:20px;
    bottom:70px;
    border-radius:20px;
    background-color: #74b3ce;
    z-index:1;
}
p{
    font-size:18.5px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
li{
    font-size:18.5px;
}

@media screen and (max-width:460px){
    select{
        font-size:15px;
        border-radius: 30px;
        width:130px;
        position:relative;
        top:0px;
        left:35%;
        margin: 50px 0px 0px 0px;
        height: 30px;
        text-align:center;
    }
}
@media screen and (461px <= width <=560px){
    select{
        font-size:15px;
        border-radius: 30px;
        width:130px;
        position:relative;
        top:0px;
        left:35%;
        margin: 50px 0px 0px 0px;
        height: 30px;
        text-align:center;
    }
}
@media screen and (561px <= width <= 660px){
    select{
        font-size:15px;
        border-radius: 30px;
        width:130px;
        position:relative;
        top:0px;
        left:41%;
        margin: 50px 0px 0px 0px;
        height: 30px;
        text-align:center;
    }
}
@media screen and (661px <= width <= 760px){
    select{
        font-size:15px;
        border-radius: 30px;
        width:185px;
        position:relative;
        top:0px;
        left:41%;
        margin: 50px 0px 0px 0px;
        height: 30px;
        text-align:center;
    }
}
@media screen and (761px <= width <= 860px){
    select{
        font-size:15px;
        border-radius: 30px;
        width:195px;
        position:relative;
        top:0px;
        left:41%;
        margin: 50px 0px 0px 0px;
        height: 30px;
        text-align:center;
    }
}
@media screen and (861px <= width <= 960px){
    select{
        font-size:15px;
        border-radius: 30px;
        width:195px;
        position:relative;
        top:0px;
        left:41%;
        margin: 50px 0px 0px 0px;
        height: 30px;
        text-align:center;
    }
}