
body,html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-image: url("./assets/escheresque_ste.webp");
  background-repeat: repeat;
}

#main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.hidden-link {
  /* background-color: aqua; */
  height: 20px;
  width: 50px;
}