body {
 color: white;
 text-align: center;
 padding: 10px;
  }

body {
  background-color: black;
  background-image: url("bluebackground.png");
}



a {
  color: #4d4dff;
}

a:visited {
  color: #4d4dff;
}

a:hover {
  color: black;
}

.header {
  padding: 30px;
  text-align: left;
  background-color: black;
  font-size: 30px;
}


li {
  display: inline;
  color: blue;
  text-align: left;
  padding: 7px 9px;
}

li {
   float: left;
}

.active {
  background-color: black;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  top: 85%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.me {
  width: 400px;
  position: absolute;
  margin-left: -30px;
  margin-top: -550px;
}
@font-face {

font-family: "SpecialElite.ttf";

src: url("https://file.garden/Z-lGDb2QxnbB4W_l/SpecialElite.ttf");

}

@font-face {

font-family: "SpecialElite.ttf";

src: url("https://file.garden/Z-lGDb2QxnbB4W_l/SpecialElite.ttf");

}

a:hover, a:active, a, p, nav label, .section {

    font-family: var(--mainfont) !important;

}

h1,h2, h3, h4, h5, DIV.mood > P:nth-child(1) > B, P:nth-child(2) > B {

    font-family: "SpecialElite.ttf"

}

:root { --mainfont: "SpecialElite.ttf" }