/* 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." */
body {
  background-image:url("../images/space.png");
  background-repeat: repeat;
  color: white;
  font-family: "MS Gothic";
  font-size: 12px;
  word-wrap: break-word;
}
a:link {
  color: #3F1F99;
  text-decoration: none;
}
a:active {
  color: #801D1A;
  text-decoration: underline;
}
a:visited {
  color: #3F1F99;
  text-decoration: none;
}
a:hover {
  color: #801D1A;
}
.rowcontainer {
 display: flex;
 flex-direction:row;
 justify-content:center;
}
.container {
 width: 568px;
 height: 400px;
 overflow-y: scroll;
 display: flex;
 justify-content:flex-end;
}
.maintb { 
  padding: 20px;
  width: 568px;
  border: 1px solid #3F1F99;
  background: #06060D;
  height: fit-content;
  margin: 0px;
}
.rightcontainer {
  width: 146px;
  height: 350px;
}
.righttb {
  text-align: start;
  color: #3F1F99;
  border: 2px solid;
  border-color: #F6EBF7 #8250E5 #8250E5 #F6EBF7;
  background: #67C8E5;
  width: 150px;
  height: 717px;
  background-image: url('../images/sitemenu.png');
  background-repeat: no-repeat;
  
}
.topcontainer {
 height: 100px;
 overflow: hidden ;
 display: flex;
 flex-direction:row;
 justify-content: center;
}
.topmaincontainer {
 margin-left: 8px;
 width: 722px;
 overflow: hidden ;
 display: flex;
 flex-direction:row;
 justify-content:center;
 background-image: url('../images/website top.gif');
}
.toptb {
 margin-top: 23px;
 font-weight: bold;
 border-radius: 10px;
 letter-spacing: 0px;
 width: fit-content;
 font-size: 12px;
 height: 21px;
 padding: 5px;
 color: #3F1F99;
 border: 2px solid;
 border-color: #F6EBF7 #8250E5 #8250E5 #F6EBF7;
 background: #67C8E5;
 display: flex;
 flex-direction: row;
 align-items: center
}
.bottomcontainer {
 display: flex;
 flex-direction: row;
 justify-content: center;
}
.bottomtb {
 width: 714px;
 height: 321px;
 display: flex;
 flex-direction:row;
}
.bottombadgecontainer {
  display: flex;
  flex-direction:row;
  justify-content: center;
}
.bottombadgetb {
 color: #6C6B70;
 margin-top:10px;
 width: 714px;
}
.wincontainer {
 height: 600px;
 width: 722px;
 margin-left: 8px;
 background-image: url('../images/Win98.png')
}

