body {
  background: #f7d5f7 url("/bg2.gif"); /*Replace with your own background*/
	background-size: cover;
	text-align: left;
	background-attachment: fixed;
  background-position:center;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 14px;
  }
  
center {
  text-align: center;
  }
  
.right {
  float: right;
  margin-right: 5px;
  font-family: "Arial", sans-serif;
  line-height: 12px;
}

a {
  color: #591f8f;
  }
  
.grower:hover {
  transition-duration: .2s;
  transform: scale(1.1);
}

.bigbox {
  text-align: left;
  margin-left:400px;
  margin-top:35px;
  width: 400px;
  background: #5b89d4;
  border-radius: 5px;
  border: 2px solid #3d506e;
  box-shadow: 4px 2px #3c5832;
  max-height:2000px;
}
/*The title bar at the top of window boxes.*/
.title-bar {
  text-align: left;
  background:#1a57ba;
  color: white; 
  font-weight: bold;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 5px;
  }

/*Inside/main text of window boxes.*/
.inner {
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 1px;
 }
  
.top-left {
  position:fixed;
  top:15px;
  margin-left:45px;
  margin-top:15px;
}

.comment {
  padding: 8px;
  width:180px;
  margin-left: 155px;
  position: relative;
  bottom: 545px;
  left: 255px;
  background: #af69f0;
  border-radius: 5px;
  border: 1px solid #9951db;
  box-shadow: 3px 2px #3c5832;
}