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