.sidebar {
  font-family: basiic;
  height: 840px;
  width: 150px;
  position: fixed;
  z-index: 1;
  background-image: url('/uploads/TgNuC4UvxrAzyl8nvK8WZ-space_bg2.gif');
  overflow-x: hidden;
  padding-top: 20px;
  border-top-style: ridge;
  border-right-style: ridge;
  border-bottom-style: ridge;
  border-left-style: ridge;
  border-top-left-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 0px;
  box-shadow: 5px 5px 40px;
  margin-top: 30px;
  left: 0px;
  top: 0px;
}

@media screen and (max-height: 450px) {
  .sidebar {
  padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .sidebar {
  position: relative;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0px 5px 40px;
  border-right-style: ridge;
  border-bottom-style: ridge;
  border-left-style: ridge;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding: var(--space-4xs);
  }
}

@media (max-width: 375px) {
  .sidebar {
  position: relative;
  justify-self: center;
  }
}

.sidebar a {
  padding: 6px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-size: 30px;
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
}

@media screen and (max-height: 450px) {
  .sidebar a {
  font-size: 18px;
  }
}

@media (max-width: 768px) {
  .sidebar a {
  font-size: 18px;
  padding: 4px 8px;
  display: inline-block;
  width: auto;
  }
}

.sidebar a:hover {
  font-weight: bold;
  text-align: center;
}

.sidebar h3 {
  color: rgb(255, 255, 255);
  text-align: center;
}

@media (max-width: 768px) {
  .sidebar h3 {
  width: 100%;
  font-size: 18px;
  margin: 0px 0px 5px;
  }
}

.sidebar a img {
  justify-self: center;
}

@media (max-width: 768px) {
  .sidebar a img {
  width: 40px;
  }
}

@media (max-width: 768px) {
  .sidebar a.patreon, a[class="patreon"] {
  position: relative;
  margin-top: 0px;
  }
}

.main {
  max-width: 500px;
}

@media (max-width: 768px) {
  .main {
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
  }
}

@media (max-width: 375px) {
  .main {
  display: inline;
  }
}

body {
  background-color: rgb(0, 0, 0);
}

.main {
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  font-size: 150%;
}

h1 {
  font-family: basiic;
}

h2 {
  font-family: basiic;
}

h3 {
  font-family: basiic;
  padding-top: var(--space-m);
}

@media (max-width: 768px) {
  h3 {
  padding-top: var(--space-m);
  }
}

@media (max-width: 375px) {
  h3 {
  display: block;
  padding-left: var(--space-4xl);
  padding-right: var(--space-4xl);
  }
}

p {
  font-family: basiic;
}

li {
  font-family: basiic;
}

body {
  background-color: rgb(0, 0, 0);
}

h1 {
  font-family: basiic;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: 20px;
}

body {
  background-color: black;
}

.ascii {
  font-style: normal;
  font-weight: normal;
  font-family: droid;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 768px) {
  .ascii {
  justify-self: center;
  }
}

.mods {
  font-family: basiic;
  font-size: 16px;
  justify-self: center;
  max-width: 600px;
}

@media (max-width: 768px) {
  .mods {
  max-width: 600px;
  display: block;
  }
}

@media (max-width: 375px) {
  .mods {
  display: block;
  position: absolute;
  overflow: visible;
  }
}

a {
  color: violet;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

@media (max-width: 375px) {
  a {
  font-size: 14px;
  }
}

a:hover {
  color: white;
}

h1 {
  font-size: 40px;
  font-weight: 800;
}

h2 {
  margin-bottom: 1px;
  font-size: 40px;
  font-weight: 800;
}

p {
  font-family: basiic;
  font-size: 18px;
}

@media (max-width: 768px) {
  p {
  padding-left: var(--space-4xl);
  padding-right: var(--space-4xl);
  }
}

@media (max-width: 375px) {
  p {
  font-size: 12px;
  }
}

body {
  background-color: rgb(0, 0, 0);
}

.latestvid {
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #491644;
  border-right-color: #491644;
  border-bottom-color: #491644;
  border-left-color: #491644;
  box-shadow: 2px 2px 10px;
  z-index: 1;
  position: relative;
  margin-left: var(--space-s);
  margin-right: var(--space-s);
  width: 570px;
  max-width: 655px;
  height: 320px;
  display: block;
  justify-self: center;
}

@media (max-width: 768px) {
  .latestvid {
  max-width: 82%;
  height: auto;
  aspect-ratio: 560 / 315;
  z-index: 1;
  }
}

.latesttext {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.bee {
  font-style: normal;
  font-weight: normal;
  font-family: droid;
  font-size: 12px;
  line-height: 15px;
  color: white;
  position: absolute;
  top: 800px;
  left: 150px;
}

@media (max-width: 768px) {
  .bee {
  position: fixed;
  margin: 20px auto;
  text-align: center;
  }
}

@media (max-width: 375px) {
  .bee {
  position: relative;
  }
}

@media (max-width: 768px) {
  .fenceleft, .fenceright {
  display: none;
  }
}

body {
  background-color: #000000;
  justify-self: center;
  background-repeat: no-repeat;
  display: block;
}

@media (max-width: 768px) {
  body {
  margin-left: var(--space-m);
  margin-right: var(--space-m);
  padding-bottom: var(--space-4xl);
  }
}

@media (max-width: 375px) {
  body {
  position: relative;
  display: block;
  }
}

h1 {
  font-family: basiic;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  position: relative;
  padding-bottom: var(--space-xs);
}

.main-3 {
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

@media (max-width: 768px) {
  .main-3 {
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
  }
}

@media (max-width: 375px) {
  .main-3 {
  font-size: var(--text-xs);
  }
}

.roof-2 {
  display: block;
  margin: var(--space-m) auto -20px;
  justify-self: center;
}

@media (max-width: 768px) {
  .roof-2 {
  max-width: 100%;
  height: auto;
  }
}

.home {
  justify-self: center;
}

@media (max-width: 768px) {
  .home {
  justify-self: center;
  }
}

@media (max-width: 375px) {
  .home {
  display: flex;
  margin-left: var(--space-m);
  }
}

.videos {
  justify-self: center;
}

@media (max-width: 375px) {
  .videos {
  display: grid;
  }
}

.blog {
  justify-self: center;
}

@media (max-width: 375px) {
  .blog {
  display: grid;
  }
}

.about {
  justify-self: center;
}

@media (max-width: 375px) {
  .about {
  display: grid;
  }
}

@media (max-width: 768px) {
  .nav {
  justify-self: center;
  align-self: center;
  }
}

@media (max-width: 375px) {
  .nav {
  justify-self: center;
  width: 350px;
  }
}

.path {
  justify-self: center;
}

.mail {
  justify-self: center;
  position: relative;
  bottom: 700px;
  z-index: 2;
  left: var(--space-3xl);
}

@media (max-width: 375px) {
  .mail {
  bottom: 450px;
  width: 35%;
  }
}

.post {
  color: #ffffff;
}

.creator {
  justify-self: center;
  max-width: 300px;
}