
@import url('/style-sheets/base.css');

body {
  color: white;
  font-family: monospace;
  font-size:13px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.7em;
  background-color:black;
  /*background-image:url('/img/mimaroom.gif');*/
  /*background-repeat:repeat;*/
  display: flex;  
  justify-content: center; /* for horizontal */
  align-items: center; /* for vertical */
  /*background-position: center center;*/
  
}

h1 {
  color: white;
  font-family: cursive;
  /*font-size:4px;*/
  font-style:italic;
  font-variant:normal;
  font-weight:normal;
} 

#wrapper {
  color:white;
}
#tw{
  color:white;
}
#text{
  color:white;
}