*{
    box-sizing: border-box;
}


ul li{
    list-style-type: none;
    background-color: gold;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size:larger;
    margin-bottom: 30px;
}

ul li{
    list-style-type: none;
    background-color: gold;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size:larger;
    margin-bottom: 30px;
}

ul li{
    list-style-type: none;
    background-color: gold;
    width: 120px;
    height: 50px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size:larger;
    margin-bottom: 30px;
}

ul li:hover{
    background-color: aqua;
    text-decoration: und;
}

ul li:hover{
    background-color: aqua;
    text-decoration: und;
}

ul li:hover{
    background-color: aqua;
    text-decoration: und;
}

h1{
    color: gold;
}
