p {
  font-family: 'Montserrat', sans-serif;
}
p > a {
  text-decoration: none;
  color: #2254ce;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4em;
  color: #000000;
  margin: 0;
}

h2 {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#logo {
  width: 25%;
}