.center { 
display: block; 
margin-left: auto; 
margin-right: auto; 
padding: 15px;
 }

body {background-color: #fffcf6;
}

div.gallery {
  margin: 5px;
  float: left;
  width: 180px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

h1 {
text-align: center; 
}




.flex-center {
  display: flex;
  justify-content: center;
      border-radius: 15px;
}

h2 {font-family: Oswald;
text-align: center; 
color: #b98b73;
text-decoration: underline;
}


.padded {
padding: 25px;
}

p{ font-family: Oswald;
text-align: center; 
color: #b98b73;

  }
 