header {
    text-align: center;
    width: 100%;
}

.Title {
    max-width: 900px;
    /* or whatever you want */
    margin: 0 auto;
}

#myAudio {
    display: none;
}

#myAudio2 {
    display: none;
}
#myAudio3 {
    display: none;
}
#myAudio4 {
    display: none;
}
#myAudio5 {
    display: none;
}
#myAudio6 {
    display: none;
}
#myAudio7 {
    display: none;
} 
header img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: inline-block;
    /* or block if you prefer */
    padding-top: 25px;

    transition: width 0.3s ease, max-width 0.3s ease;
}

.page-videos { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; margin: 0; padding-top: 40px; } .page-videos h1 { margin: 0 0 16px; }

h1 {
    display: inline-block;
    font-family: 'Metal Mania', system-ui, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 75px;
    border: 1px solid;
    border-width: 3px;
    color: rgb(233, 173, 8);
}

.metal-mania-regular {
    font-family: "Metal Mania", system-ui;
    font-weight: 400;
    font-style: normal;
}

ul {
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    /* Match your header image's max-width */
    width: 100%;
    gap: 20px;
    /* Add some space between the items */
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: url('media/background-no_stars.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

ul li {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

ul li:hover {
    transform: scale(1.6) rotate(180deg);
}

ul li:active {
    filter: brightness(2.0) blur(2px);
    animation: bounce 0.2s;

}

.purple-team img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.pink-team img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.side-gradient {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* optional: full height */
    background: linear-gradient(to right, yellow 0%, transparent 30%, transparent 70%, yellow 100%);
}

section, h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}