* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 2em;
  border-bottom: 1px solid white;
  padding: 10px;
  background-color: rgba(0, 255, 255, 0.413);
  letter-spacing: 3px;
}

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

.main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./low-poly-grid-haikei.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.under-construction {
  width: 100%;
  text-align: center;
}

h1 {
  color: aliceblue;
  width: 100%;
  font-size: 3em;
  letter-spacing: 3px;
}
