.contenedor{
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

#botones{
    display: flex;
    justify-content: center;
    flex-direction: column;
  
}
img{
    padding-bottom:  15px;
    width: 50%;
    height: 50%;
   
}



a{
    color: hsl(27, 90%, 45%); 
    text-decoration: none;
    padding-bottom:  5px;
    
}

@media (max-width: 1080px) {
    a{
        padding: 40px;
        margin-bottom: 14px;
        font-size: 60px;
        padding-bottom:  35px;
        outline: none;
        background: rgb(235, 233, 233);
        border-radius: 28px;
    }
    img{
        width: 70%;
        height:  70%;
        padding-bottom:  50px;
    }
    #img{
        padding-bottom:  15px;
        text-align: center;
    }
}