@font-face {
  font-family: 'pinpin';
  src: url('https://pinkrd.neocities.org/archivos/fonts/(TTF')Espanol-Puntuacion.ttf) format('truetype'),
       url('https://pinkrd.neocities.org/archivos/fonts/(WOFF')Espanol-Puntuacion.woff) format('woff'),
       url('https://pinkrd.neocities.org/archivos/fonts/(WOFF2')Espanol-Puntuacion.woff2) format('woff2');
}

:root {--amarillo: #FFDA72; --rosa: #FF4DAF; --verde: #BAFF4C; --azul: #4DC0FF; --negro: #291A5B; --morado: #9300FF; --turquesa: #01FFFF; --blanco: #FFFFFF;}
  ::-webkit-scrollbar {width: 10px;}
  ::-webkit-scrollbar-track {background: white;}
  ::-webkit-scrollbar-thumb {background: var(--azul);}
  li::marker {content: "★ ";}
  
  a {color: var(--turquesa);}/* Cambia el color de todos los enlaces */
  a:visited {color:var(--morado);}/* Cambia el color cuando el enlace es visitado */
  a:hover {color: var(--morado);}/* Cambia el color cuando el mouse pasa sobre el enlace */
  
body {
  background-color: #ffffff;
  background-repeat: repeat;
  background-size: 50%;
  background-image: url(https://pinkrd.neocities.org/archivos/background.png);
  
  color: var(--negro);
  font-family: 'pinpin', sans-serif;

}