@font-face {
  font-family: "CyberpunkWaifus";
  src: url("/fonts/CyberpunkWaifus.ttf");
}
@font-face {
  font-family: "Pixellari";
  src: url("/fonts/Pixellari.ttf");
}
@font-face {
  font-family: "ShowcardGothic";
  src: url("/fonts/ShowcardGothic.ttf");
}
@font-face {
  font-family: "FuturaBT";
  src: url("/fonts/FuturaBT.otf");
}
.sideContent {
  height: 80%;
  width: 12vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1vh;
  padding: 1vh;
  z-index: 3;
  border-style: double;
  border-width: 0.3vh;
  border-color: #5a8f5a;
  background-color: #e3e281;
}

.sideText {
  font-size: 3vh;
  font-family: "CyberpunkWaifus";
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

.specialsideText {
  font-size: 3vh;
  font-family: "CyberpunkWaifus";
  text-align: center;
  cursor: default;
  color: #ffffff;
  text-decoration: none;
}

.specialsideText .base {
  display: none;
}

.specialsideText:hover .based {
  display: none;
}

.specialsideText:hover .base {
  display: inline;
}

.heresideText {
  font-size: 3vh;
  font-family: "CyberpunkWaifus";
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 10px #5a8f5a;
}

body {
  background-color: #240b1c;
}

.content {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: baseline;
  padding-top: 1vh;
  line-height: normal;
  gap: 1vh;
}

.titlePanel {
  height: 8.5vh;
  width: auto;
  display: flex;
  padding: 1vh;
  border-style: double;
  border-width: 0.3vh;
  border-color: #ec7bb4;
  border-radius: 0.5vh;
  background-color: #3d1931;
  box-shadow: 0 0 10px #ff80ff;
}

.titleText {
  font-size: 7vh;
  font-family: "Pixellari";
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px #ff80ff;
  text-decoration: none;
}

.titleText:hover {
  text-shadow: 0 0 20px #ff80ff;
}

.mainContent {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  gap: 1vh;
  padding-top: 1vh;
  position: fixed;
}

.mainPanel {
  height: auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  padding: 1vh;
  border-style: double;
  border-width: 0.3vh;
  border-color: #ec7bb4;
  background-color: #3d1931;
}

.headerText {
  font-size: 4vh;
  font-weight: bold;
  font-family: "CyberpunkWaifus";
  text-align: left;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

.textText {
  font-size: 3vh;
  font-family: "CyberpunkWaifus";
  text-align: left;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

.gangnamstyledevText {
  font-size: 4vh;
  font-family: "Pixellari";
  font-weight: bold;
  line-height: normal;
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-decoration: none;
  color: #ff80ff;
}

.familyguyhouseText {
  font-size: 4vh;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  padding-bottom: 1vh;
  text-decoration: none;
  color: cyan;
}

.jonstudevText {
  font-size: 4vh;
  font-family: "ShowcardGothic";
  line-height: normal;
  padding-top: 0vh;
  padding-bottom: 0.5vh;
  text-decoration: none;
  color: #9aa0a6;
}

.boykisserText {
  font-size: 4vh;
  font-family: "FuturaBT";
  font-weight: bold;
  padding-bottom: 1vh;
  text-decoration: none;
  color: #43bd65;
}/*# sourceMappingURL=stylesfriends.css.map */