* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}


body {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.menu-item {
  font-size: 2em;
}

