body {
  background-image: url("../bilder/FHÖN.png");
  background-size: cover;
}

#download {
  /* display: flex; */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3vw;
  width: 35vw;
  margin-top: 60vh;
  margin-left: 32.5vw;
}

a {
  font-size: 4em;
  text-decoration: none;
  color: white;
}

a:hover {
  color: #00f;
}


img {
  width: 10vw;
}