@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);


body{
    background-image: url("https://i.pinimg.com/originals/82/5d/11/825d119fdb208e84ed63af71ba75df28.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: black;
    background-size: 100% 100%;
}

.menue{
    position: absolute;
    padding: 5px;
    margin: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    font-family: 'Press Start 2P', cursive;
    font-size: 5vw;
    color: #a5a5ff;
    height: 15vw;
    width: 44vw;
    top: 10vw;
    left: 30vw;
}

a:link {
  color: #a5a5ff;
  text-decoration: none;
}

a:visited {
  color: purple;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}