body{
    text-align: center;
    margin: 0;
    background-color: aquamarine;
}

img{
    width: 80vw;
}

.botones{
    margin: 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

a{
    text-decoration: none;
}

a:visited{
    color: black;
}

a:hover{
    font-size: 1.3rem   ;
}