body {
  
  background-color: black;
  
  margin: 0;
  
  /* Text */
  font-family: Arial, sans-serif;
  color: white;
  
}

a[title] {
  cursor: help;
}

.s {
  display: block;
}

h1, h2, h3, h4, h5, h6, .s {
  text-align: center;
}

p, h1, h2, h3, h4, h5, h6, .s {
  padding: 1vw 2vw;
}

.hidden-before {
  display: none;
}

.nellie {
  color: #ff0000;  
}

.nicky {
  color: #ff007f;
}

.noelle {
  color: #7f00ff;
}