body {
  margin: 0;
  padding: 0;
  background-image: url("img/back-malmo.webp");
  background-size: cover;
  background-position: center;
  font-family: Arial, sans-serif;
  color: #fff;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.box {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lead {
  font-size: 20px;
  margin-bottom: 20px;
}

.links {
  font-size: 24px;
}

.links a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}
