/* Base Styles */
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

 body{
background: url('https://sudamericat.net/back.png');
animation: scroll 8s linear infinite;
cursor: url('http://i.imgur.com/OrWEp0p.png'), default;
overflow: hidden;
 overflow-y: hidden;
font-family: 'Mochiy Pop One';
font-size: 16px;
color: #967e68; }

@keyframes scroll {
from{background-position:96px 96px;}
 to {background-position:0px 0px;}
}

h1 h2 h3 h4 h5 h6 {
font-family: 'Mochiy Pop One', serif;
text-align: center;
font-size: 45px;
font-weight: normal;
src: url(¨https://fonts.googleapis.com/css?family=Mochiy Pop One¨);
color: #000;
margin: 5 15% auto;
} 

.background-image {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: url('https://i.imgur.com/dTYS726.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
  left: 35%;
  bottom: 65px;
  transform: translateX(-50%);
  transform: translateY(10%);
  transition: all 0.3s ease;
}

.background-image2 {
  position: absolute;
  width: 1280px;
  height: 720px;
  background-image: url('https://i.imgur.com/6D9f6A4.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
  left: 0%;
  bottom: 0%;
  transition: all 0.3s ease;
}

.background-image3 {
  position: absolute;
  width: 1280px;
  height: 720px;
  background-size: cover;
  background-image: url('https://i.imgur.com/T5rF2fX.png');
  background-position: center;
  z-index: 1;
  left: 0%;
  bottom: -70px;
  transition: all 0.3s ease;
}

.background-image4 {
  position: absolute;
  width: 1280px;
  height: 720px;
  background-image: url('https://i.imgur.com/TpUocZy.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
  right: 0%;
  bottom: 0%;
  transition: all 0.3s ease;
}
/* Responsive size */
@media (max-width: 768px) {
  .background-image {
    width: 220px;
    height: 293px;
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .background-image {
    width: 160px;
    height: 213px;
    bottom: 30px;
  }
}

/* Enter Button */
.enter-button {
    display: inline-block;
  font-family: 'Mochiy Pop One', sans-serif;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 26px;
  border: 5px solid #2b2b2b;
  cursor: pointer;
 -webkit-text-stroke: 1.6px black;
color: #fff;
  text-align: center;
  text-decoration: none;
  	box-shadow:6px 6px #9933ff;
	outline:3px dashed #2b2b2b;
	outline-offset:-10px;
  background-image: linear-gradient(90deg, #4169E1, #9370DB,  #8A2BE2, #20B2AA);
  background-color: #4CAF50;
  border-radius: 15px;
  position: absolute;
  z-index: 3;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.enter-button:hover {
  background-color: #3e8e41
background-image: linear-gradient (90deg, #ffffff, #9370DB,  #8A2BE2, #20B2AA);
  transform: scale(1.05);
}

/* Windows XP Style Window */
.xp-window {
  position: absolute;
  background: linear-gradient(to bottom, #9A63F5, #D684D6);
  color: #000;
  border: 2px solid #000;
  width: 180px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
}

.title-bar {
  background: linear-gradient(to right, #138A91, #8CEFB6);
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 4px 8px;
  font-weight: bold;
  user-select: none;
}

.window-content {
  padding: 10px;
}

.window-content p {
  margin: 0 0 10px;
}

.close-btn {
  float: right;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: central;
  font-size: 12px;
  border: 2px;
  border-style: solid;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to bottom, #ed1313, #ffa1a5);;
  cursor: pointer;
  margin-left: 15px;
  margin-top: -1px;
}

button {
  background-color: #57259c;
  color: white;
  border: none;
  font-family: 'Mochiy Pop One', sans-serif;
   transform: translateX(100%);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
}

button:hover {
  background-color: #2b0a59;
}

.window-content img {
  max-width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-top: 5px;
}

.window-content audio {
  width: 100%;
  margin-top: 5px;
  border-radius: 20px;
}



/* Responsive Styling */
@media (max-width: 768px) {
  .xp-window {
    width: 140px;
    font-size: 10px;
  }

  .title-bar {
    font-size: 11px;
    padding: 3px 6px;
  }

  button {
    font-size: 10px;
    padding: 2px 6px;
  }

  .window-content p {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .xp-window {
    width: 120px;
    font-size: 9px;
  }

  .title-bar {
    font-size: 10px;
    padding: 2px 5px;
  }

  button {
    font-size: 9px;
    padding: 2px 5px;
  }

  .window-content p {
    font-size: 9px;
  }
}