*{
    padding: 0;
    margin: 0;
    background: #004;}
i{
    margin-top: 20px;
    margin-left: 45%;
    background: none;
    color: white;
    transition: .50s;
}
.button{
    margin: 40px;
}
ul{
    list-style: none;
}
button{
    color: rgb(0, 0, 0);
    border-radius: 12px;
    border: solid 1px;
    width: 20%;
    background: gold;
    height: 40px;
    padding: 3px;
    margin: 5px 0;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
button:hover{
    background:#a619f8;
    transition: .5s;
}
a{
    background: none;
}
#mango{
    margin: 0 20px ;
}