* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  background-color: turquoise;
  display: flex;
  flex-direction: column;
  align-content: ;
  align-items: center;
  padding-top: 5rem;
}


h1, h2 {
  font-weight: 100;
  text-rendering: geometricPrecision;
}