/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@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/space2.gif');
  background-size:     cover;                      
  /*background-size:    contain;*/
  /*background-size: auto 100%;*/
   background-attachment: fixed;
  background-repeat:   no-repeat;
  margin: auto; 
  display: flex;  
  justify-content: center; /* for horizontal */
  align-items: center; /* for vertical */
  /*background-position: center center;*/
  
}



        #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;
        }