*,
*:before,
*:after {
  box-sizing: border-box;
}

main,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  background-color: white;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 2em;
  color: #324e78;
}
p {
  padding: 0 10px;
  margin: 0 auto;
}

a {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  color: #324e78;
}

a:hover {
  font-family: 'Raleway', sans-serif;
  color: inherit;
  text-decoration: underline;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  color: #324e78;
  line-height: normal;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  color: #324e78;
  line-height: normal;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 1075px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 23px;
  }
}
