/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: #f0acac;
  font-family: "helvetica", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #000000;
  align-content: center
}


img {
  width:100%;
  margin-bottom: auto;
  padding-bottom:2px;
  display: block;
  margin: 0 auto;
  

}

h1 {
  font-family: "helvetica", serif;
  font-size: 50px;
  text-align: center;
  color:#f12323;
  
}

h2{
  font-family: "helvetica";
  font-size: 25px;
  color:#f12324

}

.spacer{
  height: 2px;
  background-color: rgba(248, 86, 145, 0.82);
}

