*{
    box-sizing: border-box;
}
               
                
body{
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.container-buton{
    display: flex;
    flex-direction: column;
    background-color: rgb(2, 0, 0);
}
.boton-1{
    background-color: rgb(229, 255, 0);
    color: rgb(0, 0, 0);
   
    border: 10px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    border-radius:15px ;
    font-size: 16px;
    margin: 10px 10px;
    cursor: pointer;

}

.img-1{ 
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
