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

.cloud-background {
  background-image: url("/ssets/DSCF1229.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.content {
  padding: 100px;
  color: black;
  font-size: 24px;
  margin-left: 30%;
}
.menu {
  position: fixed;
  top: 20px;
  left: 20px;

  display: flex;
  flex-direction: row;
  gap: 12px;

  z-index: 10;
}
.menu {
  margin: 60px 0 120px 80px;
  font-family: monospace;
  font-size: 13px;
}
.menu a {
  display: block;
  color: black;
  text-decoration: none;
  margin-bottom: 12px;
  opacity: 0.8;
}
.menu a:hover {
  opacity: 1;
  text-decoration: underline;
}
.menu a {
  transform: rotate(-1deg);
}