html, body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-family: 'gg sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin: 0 10px 0 10px;
  padding: 0;
  text-align: center;
}

p {
  font-family: 'gg sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0 10px 0 10px;
  text-align: center;
  padding: 0;
}

code {
  font-size: 18px;
  font-weight: 600;
}

span {color: #7304fb;}
