body  {
  background-color: white;
  font-family: Comic Sans MS, Arial;
  background-image: url(hmmbkg2.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header {
  box-sizing: border-box;
  text-align: center;
  font-style: oblique;
  color: white;
  background-color: #c2740a;
  background-image: linear-gradient(to top, rgb(255, 243, 196, 1), rgb(255, 243, 196, .75)); 
  width: 1000px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 150px 150px 0px 0px;
  border: groove #c2740a 30px;
  border-bottom: #F6F4D2;
  float: none;
}
#marquee {
  color: black;
  padding: 5px 0;
  border: 3px solid #2B4723;
  margin-right: 250px;
  margin-left: 250px;
  background-color: #F6F4D2;
}
#container {
  box-sizing: border-box;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(255, 243, 196, 1), rgb(255, 243, 196, 0.5));
  width: 1000px;
  height: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-right: groove #c2740a 30px;
  border-left: groove #c2740a 30px;
}
h3  {
  margin: auto;
  padding: 10px;
}
ul  li{
  text-align: left;
  margin: 10px;
  
}
#links  {
  box-sizing: border-box;
  border: 3px dotted #2B4723;
  width: 200px;
  height: 500px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
}
#main {
  box-sizing: border-box;
  border: 3px dotted #2B4723;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 15px;
  left: 220px;
  text-align: center;
}
#updates  {
  box-sizing: border-box;
  border: 3px dotted #2B4723;
  width: 200px;
  height: 500px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
}
#hehe {
  border: 3px dotted #2B4723;
  background-color: #F6F4D2;
  position: absolute;
  bottom: 200px;
  left: 200px;
  text-align: center;
}
.responsive {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
}