@font-face {
  font-family: Oliver;
  src: url(/assets/fonts/oliver.ttf);
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
main {
  text-align: center;
}
main .container {
  max-width: 800px;
}
img {
  max-width: 100%;
}
.logo {
  max-width: 100%;
  width: 250px;
}
h1 {
  font-family: 'Oliver', 'Helvetica Neue', 'Helvetica';
  text-align: center;
  font-weight: 800;
  font-size: 38px;
}
p {
  font-family: 'Helvetica Neue', Helvetica;
  margin: 0 auto 25px auto;
  text-align: center;
  font-weight: 400;
  min-width: 500px;
  font-size: 18px;
  line-height: 1.5em;
  width: 50%;
}
.btn {
  font-family: 'Helvetica Neue', Helvetica;
  background-color: #328FFA;
  display: inline-block;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 8px;
  font-weight: 200;
  font-size: 18px;
  color: white;
  margin: 20px 0 50px 0;
}