@font-face {
  font-family: 'Font1';
  src: url('https://wincedweat.neocities.org/Fonts/Crang.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Font2';
  src: url('https://wincedweat.neocities.org/Fonts/FantasyDraft.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Font4';
  src: url('https://wincedweat.neocities.org/Fonts/Pixel%20Icons%20Compilation.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: url("https://wincedweat.neocities.org/Images/Time%20to%20Party.jpeg") fixed;
  font-size: 14px;
  color: black;
}

h1 {
  color: black;
  font-family: 'Font1', serif;
}

h2 {
  color: black;
  font-family: 'Font2', serif;
}

h3 {
  color: black;
  font-family: 'Font2', serif;
}

h4 {
  color: black;
  font-family: 'Font2', serif;
}

h5 {
  color: black;
  font-family: 'Font2', serif;
}

h6 {
  color: black;
  font-family: 'Font2', serif;
}

.main, .main-first, .updates {
  margin-top: 30px;
  margin-left: 450px;
  width: 500px;
  border-width: 5px;
  align-items: center;
  border-style: double;
  border-color: #92336a #295f80 #2c4074 #d19771;
  background: #959794;
  padding: 15px 25px 15px 25px;
}

.main-first {
  text-align: center;
  font-size: 23px;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
  content: flex;
  flex-direction: column;
}

.updates {
  font-size: 15px;
  position: relative;
}

.updates img {
  position: absolute;
  top: 0;
  right: 0;
}

.eotm {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 30px;
  margin-left: 450px;
  letter-spacing: 2px;
  font-size: 12px;
  width: 500px;
  border-width: 5px;
  border-style: double;
  border-color: #92336a #295f80 #2c4074 #d19771;
  background: #959794;
  position: relative;
}

.eotm img {
  max-width: 100%;
}

.eotm-pic {
  text-align: center;
  display: block;
}

.additional-eotm-pics {
  text-align: center;
  margin-top: 10px;
}

.eotm-pic-arrows {
  margin: 0 50px;
  display: inline-block;
}

.eotm-pic-arrows img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  cursor: pointer;
}

.mobile-yeen {
  display: none;
}

.flipped-yeen {
  transform: scaleX(-1);
}

.sidebar {
  text-align: center;
  position: fixed;
  width: 320px;
  min-height: 10px;
  background: #959794;
  border-width: 5px;
  border-style: double;
  border-color: #92336a #295f80 #2c4074 #d19771;
  margin-left:30px;
  top: 20px;
}

.art-links {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: 'Font1', serif;
}

.art-container {
  width: auto;
  height: auto;
  margin: 10px;
  border: 5px double #92336a;
  background: #959794;
}

.art-container img {
  max-width: 100%;
  height: auto;
}

.main img, .main-first img, .sidebar img {
  width: auto;
  height: auto;
  align-items: center;
}

.sidebar-pic img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border-width: 22px;
  border-style: outset;
  border-color: #92336a #295f80 #2c4074 #d19771;
}

.sidebar-description {
  padding: 20px;
  font-size: 30px;
  font-family: 'Font1', serif;
}

.eotm-link {
  font-size: 30px;
  font-family: 'Font1', serif;
}

.button {
  padding: 5px;
  padding-left: 10px;
  font-size: 28px;
  display: inline-block;
}

.sidebar-links a {
  text-decoration: none;
  padding: 10px 0;
  color: black;
  font-size: 28px;
  font-family: 'Font2', sans-serif;
  transition: text-decoration 0.3s;
}

.sidebar-links a:hover {
  text-decoration: underline;
  color: blue;
}

.art-links img {
  width: auto;
  height: auto;
}

.eotm-link,
.art-links a {
  text-decoration: none;
  color: black;
  font-family: 'Font2', sans-serif;
  transition: text-decoration 0.3s;
}

.eotm-link:hover,
.art-links a:hover {
  text-decoration: underline;
  color: blue;
}

.other {
  margin-top: 30px;
  margin-left: 450px;
  width: 500px;
  border-width: 5px;
  text-align: center;
  border-style: double;
  border-color: #92336a #295f80 #2c4074 #d19771;
  background: #959794;
  padding: 15px 25px 15px 25px;
}

.column {
  display: inline-block;
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}

.column img {
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}

.column h3 {
  font-size: 15px;
  font-family: 'Font2', serif;
  text-align: center;
  margin: 0;
}

/* Mobile compatibility */
@media (orientation: portrait) {
  .main, .main-first, .updates, .eotm {
    width: 275px;
    margin: 10px auto;
  }

  .main-first img {
    max-width: 100%;
    height: auto;
  }

  .eotm img[src="https://wincedweat.neocities.org/Images/Hyena.gif"] {
    max-width: 80%;
    height: auto;
  }

  .sidebar {
    margin: 0 auto;
    position: static;
    margin-top: 60px;
    margin-bottom: 15px;
    width: 320px;
    overflow-y: auto;
  }

  .other {
    margin: 10px auto;
    width: 275px;
  }

  .additional-eotm-pics {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .eotm-pic-arrows img {
    max-width: 80px;
    height: auto;
  }

  .column {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .column img {
    max-width: 50px;
    height: auto;
    margin-right: 10px;
  }

  .column h3 {
    font-size: 15px;
    font-family: 'Font2', serif;
    text-align: center;
    margin: 0;
  }
}
