body {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Mirza', cursive;
  color: #004149;
  background: #fa9946;
}

a {font-weight: 500; color: #fff; background: #fa9946;}
a:hover {text-decoration: none;}

h1 {
    font-size: 2.8rem;
    line-height: 1;
    font-family: 'Sarina', cursive;
    color: #aa002f;
    margin: 0;
}

h3 {
    font-size:1.1rem;
    line-height: 1.2;
    margin-bottom:5%;
    font-family: 'Caudex', serif;
    color: #aa002f;
}


h2 {
    font-size: 28pt;
    font-family: 'Sarina', cursive;
    color: #004149;
    margin: 0;
}

img {
  width: 25%;
  height: auto;
  margin-bottom: 3%;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 550px;
  margin: 0 auto;
  min-height: 100vh;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 768px){
  body {
    font-size: 1.9rem;
    line-height: 1;
  }

  h1 {
      font-size: 5rem;
      line-height: 1;
      font-family: 'Sarina', cursive;
      color: #aa002f;
      margin: 0;
  }

  h3 {
      width: 100%;
      font-size: 1rem;
      line-height: 1.2;
      margin-bottom:5%;
  }

  .content {
    width: 750px;
    margin: 0 auto;
  }
}
