body{
    background-color: antiquewhite;
    
}
 h1{
    border-radius: 40px;
    border-style: groove;
    border-color:firebrick;
    text-align: center;
    background-color:burlywood;
    color:darkblue;
}
#contenedor{
   
   
    display: flex;
    width: 1100px;
   
  
}
#header-p{
    font-style: oblique;
    font-weight: bolder;
    color: chocolate;
    
    width: 85%;
}
#header-img{
    width: 15%;
    width: 150px;
    
}
button{
    font-size: 15px;
    color:brown;
    background-color: chocolate;
    border:2px black solid;
    border-radius: 20px;
    margin: 20px;
    
}
button:hover{
    font-size: 15px;
    color:black;
    background-color: skyblue;
    border:2px blue dotted;
    border-radius: 20px;
    
}