body, html {
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-size: cover;
  text-align: center;
  color: #000000;
  text-shadow: 2px 2px 15px black;
}

 .container {
  height: 100%;
  width: 100%;
}

.logo {
  height: 40vh;
}

.info {
  height: 40vh;
}

.image{
filter: drop-shadow(4px 4px 15px black);
}

.footer {
  height: 20vh;
}
.link {
  padding-top: 2rem;
  color: white;
  text-shadow: 2px 2px 7px black;
  text-decoration: none;
}

/*  Fonts */
a {
  color: white;
  text-decoration: none;
  text-shadow: 2px 2px 7px black;
}

a:vivsted {
  color: white;
  text-decoration: none;

}
