body {
  background: black;
  height: 100vh;
  margin: 0;  
  display: flex;
  justify-content: center;
  align-items: center;
}

a, a:hover, a:visited {
  color: red;
  text-decoration: none;
}

.container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.header {
  max-height: 200px;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: red;
  
}

.title img {
  width: 50%;
  text-align: center;
}

.navigation {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.navigation li {
  list-style-type: none;
  float: left;
  margin: 15px;
}

.navigation a:hover {
  color: white;
}

a, a:hover, a:visited {
  color: red;
  text-decoration: none;
}

.content{
  margin-top: 20px;
  text-align: center;
}

.content img {
  width: 60%;
  max-width: 600px;
}


.easteregg {
  position: absolute;
}

.jumpscare, .jumpscare:visited {
  position: absolute;
  transform: translate(-500px, 150px);
  color: black;
}

.jumpscare:hover {
  color: red;
}






