/* === GLOBAL RESET & TYPOGRAPHY === */
html, body {
  height: 100%;
  font-family: Manrope, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  text-decoration: none;
  color: rgb(150,150,150);
}

h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px;
}

p {
  font-size: 13px;
  font-weight: 400;
  margin: 5px;
}