body {
  background-image: url("brickbg.jpg");
  background-size: cover;
  text-align: center;
}

.tablinks {
  background-image: url("/lsohstars.png");
  background-size: auto;
  color: white;
  border-style: ridge;
  display: inline-block;
  margin: -5px;
  padding: 10px;
}


.mainbox {
  width: 50%;
  background-image: url("/lsohstars.png");
  background-size: cover;
  border-style: ridge;
  margin-left: 25%;
  color: white;
  text-align: left;
  padding: 10px;
  margin-top: -12px;
  height: 550px;
  overflow: scroll;
}

.heading {
  left: 50%;
  height: 200px;
}

h3 {
  color: white;
  background-color: black;
  width: 73%;
  margin-left: 13.5%;
}

.clickies {
  margin-left: -43.7%;
}

.decorpic {
  width: 24%;
  float: left;
  bottom: 0px;
  position: fixed;
  left: 0px;
}

.homelink {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 18%;
}

.homelink:hover {
  width: 20%;
}