body {
  background: url('https://goblin99.neocities.org/Image/background.JPG') no-repeat center fixed;
  background-size: cover;
  color: white;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  margin: 0;
  padding: 2rem;
  text-shadow: 3px 3px 8px black;
}

h1 {
  font-family: 'Road Rage', cursive ;
  font-size: 5rem;
  color: black;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

a, .text-box a {
  font-family: 'Road Rage', cursive ;
  font-size: 4rem ;
  color: black ;
  text-decoration: none ;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

a:hover {
  text-decoration: none !important;
}
