body {
  margin: 0;
  font-family: "Roboto Serif";
}
.background {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.container {
  position: absolute;
  right: 32px;
  left: 32px;
  top: 16px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menulink {
  color: white;
  text-decoration: none;
  margin-left: 20px;
}
.menulink:hover {
  background-color: #960067;
  padding: 4px 4px;
  border-radius: 6px;
}
.headline {
  position: absolute;
  left: 40px;
  top: 300px;
  color: #960067;
  font-size: 90px;
  width: 500px;
  text-shadow: 5px 5px rgba(150, 0, 104, 0.1);
}
