body {
  
  background-color: black;
  background-image: url("https://alicehorrorshow.neocities.org/backgrounds/wb.gif");
  background-size: 25%;
  color: white;
  font-family: Palatino;
  margin: auto;
  width: 100%;
  text-align: center;
  
}

.info {
  max-width: 500px;
  max-height: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: black;
  color: white;
}




























a {
    color: #eca100;
  background-color: black;
  font-weight: bold;
}

 /* unvisited link */
a:link {
  color: #eca100;
}

/* mouse over link */
a:hover {
  color: #ECC400;
}

/* selected link */
a:active {
  color: #FFE500;
} 

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }
            
                        @font-face {
                font-family: NDS;
                src: url('https://alicehorrorshow.neocities.org/fonts/Nintendo-DS-BIOS.ttf');
                font-style: italic;
                font-weight: bold;
            }
  