@font-face {
  font-family: "avenir";
  src: "fonts/avenir",
}

body {
  background-color: rgb(251, 20, 111);
  padding: 0vw 5vw 0vw;
}

footer {
  padding: 5vw 0vw 10vw;
  text-align: center;
  color: white;
  font-family: "Avenir", Arial, sans-serif;
  font-size: 0.9em;
}

#cross {
  position: absolute;
  right: 0vw;
  padding: 10vw 0 0 0;
  font-family: "Avenir", Arial, sans-serif;
  font-size: 12em;
  font: bolder;
  color: white;
  transform: rotate(45deg);
  text-decoration: none;
  text-align: right;
}

#cross:hover {
  color: grey;
}

h1 {
    padding: 25vw 0vw 0vw;
    font-family: "avenir", Arial, sans-serif;
    font: bold;
    font-size: 2.5em;
    color: white;
    line-height: 0.1em;
}

h2 {
    font-family: "avenir", Arial, sans-serif;
    font: bold;
    font-size: 1.25em;
    color: white;
    line-height: 0.1em;
}
  
h3 {
    padding: 5vw 0vw 0vw;
    font-family: "avenir", Arial, sans-serif;
    font: bold;
    font-size: 1.25em;
    color: white;
    line-height: 1.25em;
  }

h4 {
    font-family: "avenir", Arial, sans-serif;
    font: bold;
    font-size: 0.8em;
    color: white;
    line-height: 1.2em;
  }

p {
    font-family: "avenir", Arial, sans-serif;
    font-size: 0.9em;
    text-align: justify;
    color: white;
    line-height: 1.2em;
  }

#back {
  position: absolute;
  right: 5vw;
  width: 12vw;
}
  
#link { 
    color: white; 
    font: underline;
}

#link:hover {
  color: grey;
  text-decoration: line-through;
}

footer {
  padding: 5vw 0vw 2vw;
  font-size: 0.9em;
}

@media all and (min-width: 768px) {

footer {
  padding: 5vw 0vw 2vw;
}

}
  
/*@media only screen and (min-width: 1250px) {
  
  }*/