body {
  background: black;
  font-size: 30px;
  font-family: sans-serif;
  font-style: italic;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  text-align: center
}
h2 {
  font-weight: bold;
  text-align: center
}
h3 {
  font-weight: bold;
  text-align: center
}
h4 {
  text-align: center
}
weak {
  font-weight: lighter;
}
.container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pomphead {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: 250px;
}
.border {
  border-style: solid;
  border-color: #808080;
  border-width: thick;
  background-color: beige;
  margin: 2.5%;
  padding: 2.5%;
}
.secret {
  color: beige;
}
.fart {
  color: brown;
}
.titleborder {
  display: inline-block;
  border-style: solid;
  border-color: black;
  border-width: thick;
}
.smalltext {
  font-size: 15px;
}
.updatelog {
  font-size: 75%;
  text-align: center
}
.motd {
  font-size: 75%;
  text-align: center
}

