html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #b2b2b2;
  height: 100%;
  width: 100%;

  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

* {
  text-align: center;
}

h1 {
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #727272;
}

a {
  color: inherit;
  text-decoration: none;
}