body {
  background-image: url("https://i.pinimg.com/originals/c0/65/c8/c065c84a8ebfe5e6c6678a8d1ee06ed0.gif");
  font-family: "Just Me Again Down Here";
  color: white;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  cursor: url('resources/sableye-1.ani'), auto;
}

a, 
button, 
input[type="button"], 
input[type="submit"], 
select, 
[role="button"],
.btn {
  cursor: url('resources/sableye-3.ani'), pointer !important;
}

.wrapper {
  width: 900px;
  height: auto;
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  margin: 0 auto;
}

aside {
  width: 220px;
  padding: 10px;
}

main {
  flex: 1;
  order: 2;
  margin-top: 17px;
}

.left {
  order: 1;
}

.right {
  order: 3;
}

#flex {
  display: flex;
}

.scroll {
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

::-webkit-scrollbar {
  display: none;
}

.box {
  border: #6d14c0 ridge;
  margin: 5px;
  padding: 5px;
  background-image: url("https://artwork.neocities.org/bgs/lav.gif");
  background-size: 50%;
}

.content {
  background-image: url("https://i.pinimg.com/736x/e6/98/d7/e698d7c11523428cb1d33798c92dfb1c.jpg");
  background-size: 35%;
  border: 1px solid #030429;
  color: #030429;
  padding: 5px;
  margin: 5px;
}

.content a:visited,
.content a {
  color: blue;
}

.nav {
  line-height: 1.3;
  text-align: left;
}

.nav a,
.nav a:visited, .nav summary {
  padding-left: 5px;
  width: 150px;
  height: 27px;
  font-weight: bold;
  background: #be6eff;
  border: 1px solid black;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000,
    -1px 1px 0px #000;
  display: inline-block;
  color: white;
  text-align: left;
  margin: 5px;
  transition: letter-spacing 0.5s ease, font-style 0.5s ease;
}

.details a, .details a:visited {
  padding-left: 5px;
  width: 150px;
  height: 27px;
  font-weight: bold;
  background: #d5a9ff;
  border: 1px solid black;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000,
    -1px 1px 0px #000;
  display: inline-block;
  color: white;
  text-align: left;
  margin: 5px;
  transition: letter-spacing 0.5s ease, font-style 0.5s ease;
}

.nav a:hover {
  color: #030429;
  text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #ffffff, 1px -1px 0px #ffffff,
    -1px 1px 0px #ffffff;
  text-decoration: underline;
  text-decoration-style: wavy;
  letter-spacing: 1.25px;
  font-style: italic;
}

.nav button,
.upd button {
    background: #be6eff;
  border: 1px solid #701db4;
  text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000,
    -1px 1px 0px #000;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 17px;
  width: 100%;
  font-family: "Just Me Again Down Here";
}

.header {
  height: 100px;
  background-image: url('img/sableye.jpg');
  background-size: 100%;
  background-position: center;
  border: ridge #701db4;
  position: relative;
  image-rendering: auto;
}

.ht {
  position: absolute;
  bottom: -15px;
  left: 0px;
  color: white;
  font-size: 45px;
  font-weight: bold;
  font-family: "Just Me Again Down Here";
  text-shadow: -2px 0 #6d14c0, 0 1px #383737, 2px 0 #6d14c0, 0 -1px #383737, 0 0 4px #6d14c0;
}

.content a,
.content a:visited {
  transition: letter-spacing 0.5s ease, font-style 0.5s ease;
  text-decoration: none;
}

.content a:hover {
  letter-spacing: 3px;
  font-style: italic;
}

.gallery img {
  height: 200px;
}

footer {
  width: 880px;
  height: 100%;
  padding: 10px;
  text-align: center;
  justify-content: center;
  background-image: url("https://artwork.neocities.org/bgs/lav.gif");;
  border-radius: 15px;
  margin: 20px auto 40px;
}