  @font-face {
    font-family: beth-ellen;
    src: url(beth-ellen-v1-latin-regular.woff2);
  }

  body {
    background-color: black;
    background-image: url("aurora-1197753_1920.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    font-size: 1.5vh;
  }

  #site {
    width: 100vw;
    height: 100vh;
  }
  
  .center-block {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  #hyvaaJoulua {
    font-family: beth-ellen;
    text-align: center;
    color: whitesmoke;
    font-size: 2em;
    line-height: 1.2;
  }

#hyvaaJoulua img {
    height: 5vh;
    margin-bottom: -1em;
    
    padding: 0;
}
#hyvaaJoulua a {
    text-decoration: none;
    color: whitesmoke;
}
#hyvaaJoulua label:hover a {
    color: rgb(255, 121, 121);
}
#hyvaaJoulua label:hover img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(77%) saturate(6662%) hue-rotate(358deg) brightness(100%) contrast(111%);
}

#pelit {
    font-size: 0.6em;
    line-height: 0.6; 
    border: solid rgb(255, 121, 121) 0.1em;
    border-radius: 2em;
    padding-bottom: 1em;
}
.nappi {
  background-color: rgba(255,255,255,0.3);
  padding-bottom: 1em;
  margin-top: 1em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1em;
}
.nappi:hover {
  background-color: rgba(255,255,255,0.3);
}

  #vuoret {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 30 vh;
  }

  #img-vuoret {
    margin: 0px;
    padding: 0;
    margin-bottom: -1em;
    height: 35vh;
  }