body {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-color: white;
  background-attachment: fixed;

  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

div#faq {
  font-size: 1.2em;
  width: 36em;
  text-align: justify;
  width: 100%;
  max-width: 650px;
}

div#landing{
  width: 100%;
  max-width: 709px;

}

div#landing_image{ 
  justify-content: center;
  align-items: center;
}

div#landing_image img {
  max-height:100%;
  max-width: 100%;
  width:auto;
}

span.comicsanslol {
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
}

div#main {
  font-size: 1.2em;
  width: 36em;
  text-align: justify;
  width: 100%;
  max-width: 650px;
}

span.larger {
  font-size: 1.4em;
  font-weight: bold;
}
span.largest {
  font-size: 1.6em;
  font-weight: bolder;
}

span.roomname {
  font-weight: bold;
}

span#ltop {
  text-align:left;
  display:block;
  width:100%;
}
span#lbottom {
  text-align:right;
  display:block;
  width:100%;
}
a.loud:visited, a.loud:link, a.loud:hover {
  text-align:center;
  font-size: 3em;
  font-weight: bolder;
  color: red;
}
