body {
  background-image: url("Images/websitebgbetter.png");
  background-repeat:repeat-y;
  background-size: 100%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
  margin-bottom: 10%;
  transition: 0.5s;
  font-size: 110%;
}

@media only screen and (max-width: 900px) {
  body {
    margin-left: 6%;
    margin-right: 6%;
    transition: 0.5s;
    font-size: 120%;
  }
  
  a.topnav {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .comment-date {
    display: none;
  }
}

h1 {
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: rgb(125, 125, 125);
  margin-bottom: 0px;
}

h2 {
  background-color: rgb(135, 135, 135);
  padding: 5px;
  margin-bottom: 0px;
}

h3 {
  margin-bottom: 0px;
  display: inline;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding-left: 10px;
}

.forum-comment {
  background-color: rgb(112, 131, 120);
  padding: 5px;
  display: block;
  margin-top: 10px;
  justify-content: space-between;
  border-radius: 5px 5px 0px 0px;
  line-height: 2em;
}

.comment-text {
  border-radius: 0px 0px 5px 5px;
  font-size: 80%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: rgb(179, 198, 187);
}

p {
  display: block;
  background-color: antiquewhite;
  padding: 10px;
  margin: 0px;
}
p.wheh {
  display: inline;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
ul {
  display: block;
  background-color: antiquewhite;
  margin: 0px;
}
li {
  padding: 5px 20px;
}

a.topnav {
  white-space: nowrap;
  margin-left: 50px;
  margin-right: 50px;
}

p.topnav {
  text-align: center;
  background-color: none;
}

#failed {
  color: red;
}

.comment-date {
  font-size: 1.0vw;
  color: rgb(32, 32, 32);
  float: right;
}

video {
  background-color: antiquewhite;
  
  align: center;
  padding: 10px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

img.banner {
  width: 80%;
}

img.pfp {
  height: 2.2em;
  width: 2.2em;
  float: left;
  display: inline;
  padding: 0px 5px 5px 0px;
}

iframe {
  display: block;
  margin: auto;
  width: 50vw;
  height: 25vw;
}