body {
  overflow-x: hidden;
  overflow-y: auto;
  background: #000000;
  font-family: "Courier New", Courier, monospace;
  color: #ffffff;
  image-rendering: pixelated;
}
.bg {
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.banny {
  padding: 8px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  background: #000 url("keewllz.png") center;
  box-shadow: 0 0 10px #000000;
  font-size: 18px;
  font-weight: bold;
}
.title {
  max-width: 850px;
  margin: 40px auto 10px;
  font-size: xxx-large;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 10px;
}
.contains {
  display: flex;
  margin: auto;
  max-width: 1000px;
}
.song {
  width: 50px;
  image-rendering: auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: #000000 2px 2px 2px;
}
.song img {
  filter: drop-shadow(-4px 2px 4px #000);
}
.song:hover {
  text-shadow: #000000 2px 2px 2px;
}
.main {
  background: #000000;
  max-width: 900px;
  min-height: 504px;
  margin: auto;
  box-sizing: border-box;
}
.profile {
  display: flex;
}
.profilepic {
  float: right;
  order: 2;
  height: 500px;
}
.profilecontent {
  display: flex;
  text-align: left;
  font-weight: bold;
  flex-direction: column;
  order: 1;
  flex-grow: 1;
}
.header {
  text-shadow: #000000 0 0 5px;
  margin: 16px;
}
.name {
  font-size: xx-large;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 8px;
}
.pronouns {
  font-size: x-large;
}
.info {
  font-size: large;
}
.descriptionwrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.description {
  margin: 16px;
  font-size: 1em;
  text-shadow: #000 0 0 5px;
}

.testamonials {
  background: #000;
  margin: 40px auto;
  padding: 16px;
  width: 800px;
  font-weight: bold;
}

.gallerytitle {
  background: url("auhg.png") center #000000;
  width: 470px;
  font-size: xx-large;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 8px;
  text-align: center;
  padding: 15px;
  margin: 2rem auto;
  border-radius: 20px;
  box-shadow: 0 0 10px #000000;
  text-shadow: #000000 0 0 5px;
}
.gallery {
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0em;
}

.cell {
  width: 200px;
  height: 200px;
  background: #000;
}

a:link,
a:visited {
  color: #e44949;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ff9b9b;
}
p {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#totop {
  background: #000 url("keewliez.png") center;
  box-shadow: 0 0 10px #000000;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 12px;
  z-index: 99;
  border-style: outset;
  border-color: rgb(148, 88, 11);
  color: #ff0000;
  cursor: pointer;
  padding: 8px;
  font-size: 20px;
}

#totop:hover {
  background: #000 url("keewllz.png") center;
  color: rgb(255, 157, 157);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 111, 111);
}

* {
  scrollbar-color: #cf1a1a #400000;
}

.sol {
  color: #ff0000;
}
.fun {
  color: #9370db;
}
.funso {
  color: #ffd700;
}
.spi {
  color: #7fffd4;
}
.inn {
  color: #6495ed;
}
.etc {
  color: #00ff00;
}
.rai {
  color: #ffb6c1;
}
.jok {
  color: #ff00ff;
}
.rou {
  color: #008000;
}
.funeye {
  color: #9b9b9b;
}
.appl {
  color: #ff6347;
}
.sin {
  color: #6b8e23;
}

@font-face {
  font-family: "Wingdings";
  src: url("/wingding.ttf");
}

@font-face {
  font-family: "Wingdings 2";
  src: url("/Wingdings2.ttf");
}

@font-face {
  font-family: "Wingdings 3";
  src: url("/WINGDNG3.TTF");
}

#wing1 {
  font-family: "Wingdings";
}

#wing2 {
  font-family: "Wingdings 2";
}

#wing3 {
  font-family: "Wingdings 3";
}

@media only screen and (max-width: 1000px) {
  .main {
    margin: auto;
  }
  .profilepic {
    order: 1;
    float: none;
    display: block;
    text-align: center;
    height: auto;
  }
  .profilepic img {
    width: 100%;
  }
  .profile {
    flex-direction: column;
  }
  .profilecontent {
    order: 2;
  }

  .gallerytitle {
    width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  .contains {
    display: block;
  }
  .song {
    display: none;
  }
}
