
/* Scrollbar styles */


* {    scrollbar-color: #cd7c00 #000001;
}

::-webkit-scrollbar {
    background: #000001;
    width: 50px;
    height: 50px;
}

::-webkit-scrollbar-track {
    background: #000069;
}

::-webkit-scrollbar-thumb {
    background: #cd7c7
  0;
    border-radius: 25px;
}

/* Body styles */
body {
    font-family: "Arial", Sans-Serif;
    background-color: white;
 margin: 30px;
    padding: 30px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
}



.image-container {
  width: 80%; /* Adjust as needed */
  height: 60vh; /* Adjust as needed */
  margin: 0 auto;
}

.responsive-gif {
  max-width: 100%;  /* scales down to fit screen */
  height: auto;     /* keeps aspect ratio */
  display: block;   /* avoids inline spacing issues */
  margin: 0 auto;   /* optional: centers it */
}


footer {
    text-align: center;
    padding: 30px;
    font-size: 11px;
    clear: both;
}

audio {
    display: none;
}

h1,
h2,
h3,
h4 {    text-shadow: rgba(150, 150, 150, 0.557) 3px 3px;