body {
  background-color: #000000;
  color: blue;
  font-family: Verdana; 
  text-align: center;
}

li {
  text-align: center;
}

a {
  color: skyblue;
}

a:link {
  text-decoration: none;
}

.everything {
  background-color: 000000;
  width: 900px;
  height: 1300px;
  margin-left: auto;
  margin-right: auto;
  border-style: double;
}


.header {
  background-color: #151515;
  padding: 9px;
  text-align: center;
}
  


.maine {
  background-color: #040273;
  padding: 9px;
  height: 500px;
  float: right;
  text-size-adjust: smaller;
}

  
.thingee {
  background-color:#151515;
  float: left;
  padding: 9px;
  height: 50%;
}


.hampshire {
  clear: both;
}

.updates {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #131313;
  clear: both;
  padding: 65px;

}

.feeter {
  background-color: #111;
  padding: 5px;
  text-align: center;
  clear: both;
}



.thingee ul {
  list-style-type: none;
  padding: 0px;
}


.burgertron {
  display: flex;
  flex-flow: column;
  background-color: #151515;
  justify-content: space-between;
  align-content: center;
}
  


.burgertron > div {
  background-color: darkblue;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.test ul{
  list-style-type: none;
}

.test {
  display: grid;
  column-gap: 15px;
  align-content: center;
 
}

.test  > div {
  background-color: darkblue;
  width: 200px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 20px;
}



.button {
background-color: #151515;
  padding: 16px 32px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.button:hover {opacity: 1}


.headuh {
  background-color: #151515;
  padding: 3px;
  text-align: center;
}