body {
  padding: 0;
  margin: 0;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 15px;
  background-color: rgb(28,26,56);
  color: white;
  text-align: center;
}

h1 {
  font-family: 'Baloo Bhai 2', cursive;
  font-size: 4.5rem;
  margin-bottom: 0;
}

h2 {
  font-family: 'Courgette', cursive;
  font-size: 1.5rem;
  margin-top: 0;
}

p {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}

a {
  color: #00B7FF;
}
