
/* Scrollbar styles */


* {    scrollbar-color: #cd7c00 #000001;
}

::-webkit-scrollbar {
    background: #000001;
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #000069;
}

::-webkit-scrollbar-thumb {
    background: #cd7c7
  0;
    border-radius: 10px;
}

/* Body styles */
body {
    font-family: "Arial", Sans-Serif;
    background-color: white;
 margin: 30px;
    padding: 30px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

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;