


@font-face {
    font-family: 'Cyber';
    src: url(https://ceasxiii.neocities.org/fonts/Cyber-BoldRustique.ttf) format('truetype');
}

body {
  background-image: url("https://ceasxiii.neocities.org/photos/background.png");
  background-repeat: repeat;
}

h1 {
  color: yellow;
  font-family: Cyber;
  font-size: 80px;
}



p {
  color: white;
}

#p1 {
  color: green;
}

ul {
  color: white;
}