*{
    margin: 0;
    padding: 0;
}

.navbar{
    background-color: aquamarine;
    padding: 20px;
}
.ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
li{
    list-style: none;
    font-size: 22px;
}
.btn{
   
    background-color: rgb(56, 146, 116);
    color: white;
    height: 50px;
    width: 100px;
    border-radius: 9px;
    font-style: 20px;
}
.btn:hover{


    background-color: rgb(8, 70, 50);
    color: white;
    height: 50px;
    width:80px;
    border-radius: 15px;

}