body {
  background: top/cover no-repeat url("https://images.pexels.com/photos/374870/pexels-photo-374870.jpeg?cs=srgb&dl=pexels-burst-374870.jpg&fm=jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  user-select: none;
  overflow-y: hidden;
}

.container {
  color: #ffffff;
  font-family: "DM Sans";
  font-weight: bold;
  text-align: center;
}

.title {
  font-size: 48px;
  font-weight: bold;
  line-height: 0px;
}

a {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  text-decoration: none;
}