 
 body {
    background-image: url("https://facethruthedoor.neocities.org/not-found/bg.gif");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    background-color: #05062C;
  }
  
  h1 {
    font-family: georgia;
    font-weight: bold;
    text-align: right;
    position: fixed;
    font-size: 30pt;
    line-height: 120%;
    right: 50px;
    top: 40px;
    opacity: 1;
  }
  
  mark {
    background-color: white;
    opacity: 0.85;
  }
  
  a {
    color: black;
    opacity: 1;
  }
  
  a:hover {
    color: #0add08;
    opacity: 1;
  }