.header
{
  position:absolute;
  left:20vw;
  top: 10vh;
  font-size: 2.5vh;
  color:skyblue;
}


.Intro
{
  position: relative;
  font-size:2vh;
  color:white;
  width: 45vw;
  height: 100vh;
}

.language-list
{
  font-size:1.75vh;

}
.linksFooterBG {
  position: fixed;
  opacity: 90%;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: rgb(20, 20, 20);
  animation-name: fadeIn;
  animation-duration: 1s;
}

.linksFooter {

  position: fixed;

  left: 30vw;
  bottom: 3vh;
  animation-name: fadeIn;
  animation-duration: 1s;
}