body {
  background-image: url('https://loadin-chat.neocities.org/images/bg.jpg');
  @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
  color: white;
  
}
p {
  color: white;
  
}  
a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}

a:active {
  color: white;
}

strong {
  color: white;
}