body {
  background: #f7d5f7 url("/bg.png"); /*Replace with your own background*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 14px;
  }
  
.left {
  float: left;
  position:absolute;
  margin-left:25px;
  margin-top:25px;
  top:0;
}

.grower:hover {
  transition-duration: .2s;
  transform: scale(1.1);
}

.button {
  border: none;
  font-family: "VT-100", monospace;
  padding: 2px 2px;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.3s;
}

.title-bar{
  background: #6c15bd;
  color: white; 
  font-weight: bold;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  }
  
  .inner {
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 2px;
  }
.right2 {
  float: right;
  margin-right:35px;
  }
  
  .right {
  float: right;
  margin-right: 5px;
  font-family: "Arial", sans-serif;
  line-height: 12px;
  }
  
.sidebar, .box {
  background: #af69f0;
  border-radius: 5px;
  border: 1px solid #9951db;
  box-shadow: 3px 2px #3c5832;
  }
  
.box {
  margin-left: auto;
  margin-right: auto;
  width:750px;
  margin-top:20px;
  overflow:auto;
  }
  
.sidebar {
  width:160px;
  margin-top:40px;
  line-height:3px;
}
  
  