    body {
  background-color:black;
  font-family: Helvetica; 
  font-size: 1rem;
  color:white;
    }
  
  p {
    font-size: 15px;
    font-family: arial;
    color:white;
  }
  
  h1 {
    font-size: 25px;
    font-family: verdana;
    color:white;
  }
  
  h2 {
    font-size: 20px;
    font-family: verdana;
    color:white;
  }
   
  h3 {
    font-size: 20px;
    font-family: verdana;
    color:white;
  }

      .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: scroll;
  align-items: center;
  justify-content: center;
}


.flex-container > div {
  margin: 10px;
  padding: 10px;
  font-size: 20px;
  color:white;
}
   
   /* CREDIT FOR VARIOUS BITS OF CSS BELOW: https://eggramen.neocities.org/code/css_testpages */

a {
  color: #33c1ff;
  font-weight: bold;
  }
  
a:hover {
  color: #95dfff;
  }
  
blockquote {
  border-left: 2px solid;
  margin: 0.1rem 0.5rem;
  padding: 1px 1rem;
  }