      body {
  background-image: url("img/stars.gif");
  background-repeat: repeat;
  font-size: 1rem;
   background-color: black;
  color: white;
  font-family: arial;
    }
  
  p {
    font-size: 15px;
    font-family: arial;
  }
  
  h1 {
    font-size: 25px;
    font-family: verdana;
  }
  
  h2 {
    font-size: 20px;
    font-family: verdana;
  }
   
   .flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow:scroll;
}

.flex-container > div {
  text-align: center;
  margin: 1px;
  padding: 1px;
  font-size: 30px;
}
            
   /* 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;
  }
