html{
     background-image: url(Estilo/2.png);
     background-size: cover;
     background-position: center top;
     background-repeat: no-repeat;
     background-color: initial;
    
}



 h1{
    color: #ffff;
    text-align: center;
    padding: 0;
    margin-top: 4em;
    font-family:'Courier New', Courier, monospace;
    font-size: xxx-large;
    margin-right: 36px;

    
}
  
 p{
    color: #ffff;
    text-align: center; 
    font-size: 20px;
    margin-right: 49px;
}


.cafecenter{
    margin-top: 5em;
    padding-top: .1em;
    color: #ffff;


}

.cafe{
display: inline-block;
margin-top: 2em;
padding: 1em 2em;
margin-left: 40em;
margin-right: 20em;
background-color: rgb(53, 15, 1);
border-radius: 2px;
text-decoration: none;
color: #ffff;
text-transform:uppercase;
}

.cafe:hover{
    background-color: #661400;

}