

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

body {
  color: black;
  font-family: monospace;
  font-size:16px; 
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.7em;
  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: black;
  font-family: cursive;
  /*font-size:4px;*/
  font-style:italic;
  font-variant:normal;
  font-weight:normal;
} 


#tw{
  color:black;
}

  #tw{

            background: rgba(245, 195, 224, 1.0) solid;
            /*border-width: 500%;*/
        }

   #text {
            /*background: #f9f7f0 url('img/bg.gif');*/
            background: rgba(254, 230, 244, 0.7);
            border: rgba(245, 195, 224, 1.0) solid;
        }
        