body {
  background-color: black;
  color: white;
  max-width: 960px;
  margin: auto;
  background-image: url(bg_quee.png);
}

p {
  font-family: Courier, serif;
  font-size:18px;
  line-height: 1.5;
  max-width: 760px;
  margin: auto;
  }

.kitty {
  position: fixed;
  padding: 2%;
  bottom: 0;
  right: 0;
  width: 10%;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.middletext {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 600px;
  font-size: 20px; 
}

.floatie {
  float: left;
  max-width: 142px;
  margin-left: 15px; 
  margin-right: 30px; 
}

.pagetitle {
  text-align: center;
  padding: 4%;
  font-family: Courier, serif;
  font-size:40px;
  }
  
.tinytext {
  font-family: Arial, sans-serif;
  font-size:0.6vw;
  color:#a0a0a0;
  text-align: center;
  text-indent: 10px;
  }

.buttons {
  display:block;
  margin-left: auto;
  margin-right: auto;
  }
  
/* Links. This is a stupid way to format this but I suppose it makes sense. Wish I could just do these at the same time.*/

a:link {
  color:#C2CE54;
  text-decoration: none;
}

a:visited {
  color:#C2CE54;
  text-decoration: none;
}

a:hover {
  color:#73A01E;
  text-decoration: underline;
}

a:active {
  color:#73A01E;
  text-decoration: underline;
}