p {
  font-family: Arial, sans-serif;
  text-align:center;
  margin: 0% 30%;
  font-size:1vw;
}

h1 {
  font-family: Arial, sans-serif;
  text-align:center;
  margin:30px 300px;
}

.title {  
  display: flex;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size:8.5vw;
}

body {
  color:#FFF;
  background-color:#000000;
  background-image: url(bg_quee.png);
}

.tinytext {
  font-family: Arial, sans-serif;
  text-align:center;
  margin: 0% 30%;
  font-size:0.8vw;
  padding-bottom: 30px;
  }
  
a {
  color:#C1F993;
  text-decoration: none;
}

.biglinks {
  font-size:1.3vw;
  font-weight: bold;
  padding: 10px;
}

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

.kittycredit {
  position: fixed;
  padding: 2%;
  bottom: 0;
  right: 0;
  width: 9%;
  font-family: Arial, sans-serif;
  font-size:0.6vw;
  }