.header-row {
  display: flex;
  justify-content: space-between; 
  align-items: center;           
  padding: 0 20px;            
}

h1 {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: #e65917;
  margin: 0; 
}

h2 {
  font-family: "Abril Fatface", serif;
  font-weight: 20;
  font-style: normal;
  color: #dea8c9;
  margin: 0;
}
body {
     background-color:#FAF8F3;
}
   .buttons {
  text-align: center;
  margin-top: 50px;
}
button {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color:#DDBCD6 ;
    border:2px solid #DDBCD6;
    border-radius:;
    padding: 4px 100px;
    transition:transform(2s);
    font-family:sans-serif
}
button:hover {
        background-color: #e65917;
}   
img.banner {
  width: 100%;       
  height: auto;   
  display: block;
  margin: 0;
  border-radius: 0;
}