*{
  font-family: sans-serif;
}
#main{
  height: 850px;
  width: 100%;
  background-color: #d9b18c;
  border-radius: 12px;
  text-align: center;
  font-size: 30px;
  color: #336600;
}

#stats{
  float: left;
}
#stats:hover{
  cursor: pointer;
}
.buttonthings:hover{
  cursor: pointer;
}
#meritdis:hover{
  cursor: pointer;
}
#meritdis{
  float: right;
  margin-top: -20px;
  width: 35%;
}
#buttons{
  width: 100%;
  margin-left: -400px;

}
li{
  list-style-type: none;
}
a:link{
  color: blue;
}
a:visited{
  color: blue;
}
#support{
  text-align: center;
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
}
#credit{
  text-align: center;
  width: 100%;
  margin-top: 475px;
  font-size: 20px;
}
