body{
  background-image: url(./images/reallycool.gif);
}

.wide-box {
  background: url("marvelvscapcom.jpg") center/cover no-repeat;
  border: 4px solid #ff00ff; /* neon magenta border */
  border-radius: 0; /* sharp arcade-style corners */
  padding: 20px;
  margin: 40px auto;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 0 15px #ff00ff, 0 0 30px #00ffff;
  font-family: 'Press Start 2P', cursive; /* arcade font */
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Add an overlay to darken the image a bit for readability */
.wide-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* semi-transparent overlay */
  z-index: 0;
}

.text-section, .image-section {
  position: relative; /* keeps content above overlay */
  z-index: 1;
}
@import url(https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap);
/* Above is the Font Awesome CSS to display the Pause and Play buttons! */

p {
  font-family: monospace;
  margin: 10px 0;
  width: 100%;
  max-width: 500px;
  color: blueviolet;
}

h1 {
  font-family: monospace;
  color: darkblue;
  margin: 0;
}

/* ===== AUTOPLAY ===== */
.buttondiv {
  cursor: pointer;
  position: fixed;
  height: 35px;
  bottom: 5px;
  width: 35px;
  left: 5px;
  color: white;
  z-index: 1;
}

.autoplayer button {
  background: darkblue;
  cursor: pointer;
  color: white;
  border: none;
  padding: 1px 4px 0px 4px;
  font-size: 18px;
  position: fixed;
  height: 35px;
  bottom: 5px;
  width: 35px;
  left: 5px;
}

.autoplayer a {
  background: darkblue;
  color: white;
  text-decoration: none;
  padding: 2px 10px;
  position: fixed;
  font-size: 14px;
  bottom: 5px;
  z-index: 1;
  left: 50px;
  color: white;
}
body {
  background-color: #1c1230; /* Dark background */
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

body {
  background-color: #1c1230; /* dark background */
  font-family: 'Press Start 2P', cursive, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.arcade-box {
  background: linear-gradient(135deg, rgba(255, 105, 180, 0.9), rgba(173, 216, 230, 0.9));
  border-radius: 12px;
  padding: 30px;
  margin: 60px auto;
  max-width: 700px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.6);
  border: 3px solid #fff;
}

.arcade-box h2 {
  margin-top: 0;
  font-size: 22px;
  color: #66F2FF;
  text-shadow: 0 0 8px #ff4fa0, 0 0 15px #66d9ff;
}

.arcade-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #f0f8ff;
  text-shadow: 0 0 6px #ff9adb;
}

body {
  background-color: #1c1230;
  font-family: 'Press Start 2P', cursive, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Pause box styling */
.pause-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, rgba(255, 105, 180, 0.9), rgba(173, 216, 230, 0.9));
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 5px #ff00ff, 0 0 10px #00ffff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease;
}

.pause-box:hover {
  transform: scale(1.1);
}
body {
  background-color: #1c1230; /* Dark page background */
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}
body {
  background-color: #1c1230; /* dark arcade background */
  font-family: 'Press Start 2P', cursive, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Big arcadian box */
.arcadian {
  background: linear-gradient(135deg, #ffb6f0 0%, #a3d9ff 100%);
  border: 4px solid white;
  border-radius: 16px;
  padding: 60px;
  margin: 40px auto;
  width: 90%;         /* almost full width */
  min-height: 80vh;   /* covers most of the screen */
  box-shadow: 
    10px 10px 0px rgba(255, 105, 180, 0.9),   /* pink shadow */
    -10px -10px 0px rgba(173, 216, 230, 0.9); /* light blue shadow */
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Chromatic text effect */
.arcadian h1,
.arcadian p {
  font-size: 24px;
  color: #fff;
  text-shadow: 
    3px 0px rgba(255, 105, 180, 0.9),   /* pink offset */
    -3px 0px rgba(173, 216, 230, 0.9);  /* light blue offset */
}
body {
  background-color: #1c1230; /* dark background */
  font-family: 'Press Start 2P', cursive, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Chromatic aberration box */
.chromatic-box {
  background: linear-gradient(135deg, #ffb6f0 0%, #a3d9ff 100%);
  border: 3px solid white;
  border-radius: 12px;
  padding: 40px;
  margin: 80px auto;
  max-width: 900px;
  box-shadow: 
    6px 6px 0px rgba(255, 105, 180, 0.9),   /* pink shadow */
    -6px -6px 0px rgba(173, 216, 230, 0.9); /* light blue shadow */
  position: relative;
}

/* Chromatic text effect */
.chromatic-box h2, 
.chromatic-box p {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-shadow: 
    2px 0px rgba(255, 105, 180, 0.9),   /* pink offset */
    -2px 0px rgba(173, 216, 230, 0.9);  /* light blue offset */
}
