body {
    background-image: url(bg.jpg) ;
    background-repeat: no-repeat;
    background-size: 100% 80%;
}

.header {
    text-align: center;
    color: white;
    margin-top: 15px;  
}

.container {
    width: 60%;
    margin-left: 260px;
    margin-top: 80px;
    border-radius: 25px;
    background: rgb(99, 177, 240);
    height: 330px;
}
ul {
    list-style-type: none;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    
  }
li {
    display: inline;
    float:left;
    margin-top: 30px;
  }

.dropbtn {
    background-color: black;
    color: white;
    padding: 16px;
    width: 100px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
  
}

.icon{
    background-color:black;
    color: white;
    padding: 10px;
    width: 50px;
    border: none;
    float: center;
    border-radius: 5%; 
    align-items: center;
    justify-content: center;    
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 50px;
}  

input:hover {
    display: block;
}

.dropdown input{
    display: block;
    border: black thin;
    padding: 10px;
}

.rate {
    background-color: black;
    border: 2px solid #ecf0f1;
    color: white;
    border-radius: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 250px;
    padding: 0 10px;
    float: center;
    margin-left: 230px;
}

