body{
    background-color: rgb(45, 109, 168);
    text-align: center;
     height: 100px;
    margin-right: 450px;
    margin-left: 300px;
    margin-top: 100px;
}
.container{
    background-color: rgb(224, 231, 237);
border-radius: 3px ;
height: 380px;
width: 300px;
justify-content: center;
margin-top: 100px;
margin-left: 200px;
text-align: center;





}


select{
    padding-right: 500px;
    padding-right: 50px;
    width: 170px;
}

button{
padding-left: 10px;
    background-color: rgb(77, 149, 215);
    width: 170px;
    


}