@font-face {
  font-family:"shine";
  src: url(https://prismtown.neocities.org/ShineTypewriter.ttf);
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/games/gam-8/gam701.cur), auto !important;} /* End https://www.cursors-4u.com */

body {
  background-image: url("/img/ss169.gif");
  font-family: "shine";
  color: white;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
}

.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;
}

.overlay {
  width: auto;
  height:auto;
  top: 17px
}

.box {
  border: #679aab ridge;
  margin: 5px;
  padding: 5px;
  background-image: url("https://media.istockphoto.com/id/932132812/vector/vector-gingham-striped-checkered-blanket-tablecloth-seamless-white-blue-table-cloth-napkin.jpg?s=612x612&w=0&k=20&c=ySsCuFpC3IqOEk72W1RcoV_GffFBPjWff8b-xX1hMpQ=");
  background-size: 50%;
}

.content {
  background-image: url("https://i.pinimg.com/736x/8a/fa/e3/8afae3b6d121bce417c5e3e28d832667.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.5;
  text-align: center;
}

.nav a,
.nav a:visited, .nav summary {
  padding-left: 5px;
  width: 150px;
  height: 27px;
  font-weight: bold;
  background: linear-gradient(89deg, #679aab, transparent);
  border: 1px solid black;
  border-radius: 4px;
  text-decoration: none;
 
  display: inline-block;
  color: white;
  text-align: center;
  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;
  
  background: linear-gradient(89deg, #93adcb, transparent);
  border: 1px solid black;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  color: white;
  text-align: center;
  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-color: lightblue;
  border: 1px solid #030429;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 17px;
  width: 100%;
  font-family: "shine";
}

.header {
  height: 100px;
  background-image: url('/images/header.png');
  background-size: 100%;
  background-position: center;
  position: relative;
  image-rendering: auto;
}

.ht {
  position: absolute;
  bottom: -15px;
  left: 0px;
  color: white;
  font-size: 35px;

  font-family: "shine";
  
}

.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;
}


  
