p {
  font-family: 'Comfortaa', cursive, sans-serif;
}
p > a {
  text-decoration: none;
  color: #ce226a;
}
h1 {
  font-family: 'Comfortaa', cursive, sans-serif;
  font-size: 4em;
  color: #000000;
  margin: 60px 0 0 0;
}

h2 {
  font-weight: 300;
  font-family: 'Comfortaa', cursive, sans-serif;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#logo {
  width: 45%;
}

html {
  background-color: #f5d0e3;
}