
body {
  cursor: none;
  background: url(https://neocities.org/site_thumbnails/21/95/okaymonetart/images/background_black.jpg.210x158.webp) fixed;
}

#container { cursor: none; }
#custom-cursor {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 50px; /* or your desired size */
  height: auto; 
}

a:link, a:visited, a:active {
  color: #344620;
  text-decoration: none;
}

a:hover {
  color: #344620;
  text-decoration: none;
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

b {
  color: #563635;
  font-weight: bold;
}

i {
  font-style: starborn;
  color: #563635;
}

u {
  color: #563635;
  text-decoration: none;
}

img {
  border: 0;
}

textarea {
  font: 9px starborn;
  letter-spacing: 1px;
}

/* Scrollbar styles to hide scrollbar */
::-webkit-scrollbar {
  width: 0; /* remove scrollbar space */
  background: transparent; /* make scrollbar invisible */
}

::-webkit-scrollbar-thumb {
  background: transparent;
}


/* Animation keyframes for slide-in effect */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}    

/* Custom fonts */
@font-face {
  src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf);
  font-family: starborn;
}
@font-face {
  src: url(https://dl.dropbox.com/s/96st2g32e05zhr1/Wonder%20Magic.ttf);
  font-family: ROMANTIC;
}

/* Additional styles from your original code */
.navigation {
  background: #1E1D19;
  margin-top: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 4px solid #344620;
}

.navigation a {
  display: inline-block;
  background: transparent;
  text-align: center;
  margin-bottom: 2px;
  margin-right: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  font: 15px ROMANTIC;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #344620;
  width: 75px;
}

.navigation a:hover {
  font: normal 20px ROMANTIC;
  text-decoration: underline;
}

.nav-item {
  position: relative;
  display: inline-block;
}

.nav-link {
  font-family: starborn;
  font-size: 30px;
  color: #727D71;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
}

.original-image {
  opacity: 1;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
}

.image-wrapper:hover .original-image {
  opacity: 0;
}

/* Background image for hover effect */
.hover-image {
  opacity: 0;
  background-image: url('https://okaymonetart.neocities.org/images/pixil-gif-drawing.gif');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;  
  height: 300px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.image-wrapper:hover .hover-image {
  opacity: 1;
}

.big-text {
  font-family: ROMANTIC;
  font-size: 60px;
  color: #7B896E;
  text-decoration: none;
  letter-spacing: 6px;
  padding: 5px 10px;
}

.icon {
  margin-bottom: 4px;
  margin-top: 4px;
}

.marquee {
  background: #344620;
  color: #7B896E;
  font: 9px starborn;
  padding: 2px;
}

.content {
  background: #7B896E;
  border: 4px solid #344620;
}

.rightside {
  background: #7B896E;
  border: 4px solid #344620;
}

.footer {
  background: #344620;
  color: #7B896E;
  border-top: 1px solid #111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 20px;
}

.footer a {
  color: #6D4C3D;
}

.scrollbox {
  height: 90px;
  border: 1px solid #888;
  border-right: 0;
  padding: 6px;
  margin-bottom: 3px;
  overflow: scroll;
  overflow-x: hidden;
}

.title {
  font: 20px ROMANTIC;
  color: #7B896E;
  letter-spacing: 1px;
  text-align: left;
  padding: 0 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  background: #344620;
  border-bottom: 1px solid #1E1D19;
}

/* New styles for layout */
.section-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.button-container {
  display: flex;
  flex-direction: column;
}

.section {
  font-family: ROMANTIC;
  color: black;
  font-size: 1em;
  background: #7B896E;
  border: 4px solid #344620;
  width: 330px;
  height: 214px;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-content {
  flex: 1;
}
.overlay-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.content-box {
  padding-top: 50px; 
}

.overlay-image {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 250px;
  transform: translateX(-50%);
  width: 80px;
  height: auto;
}

.overlay-image2 {
  position: absolute;
  z-index: 10;
  top: 325px;
  left: -30px;
  transform: translateX(-50%);
  width: 80px;
  height: auto;
}
button {
  border-left: 3px solid;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-radius: 10px 0 0 10px;
  border-right: none;
  background: white;
  height: 50px;
  width: 50px;
}