body {
    background-color: #3A3B40;
    color: #E5E5E5;
    font-family: 'Inter', sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    max-width: 1000px;
}

p {
    text-align: left;
    font-size: 2vw;
    margin: 10px 0;
    text-indent: 1.5em;
    max-width: 1000px;
}


header {
    text-align: center;
    margin: 20px 0;
}

h1 {
    font-size: 3vw;
}


h2 {
    text-align: center;
    font-size: 2.5vw;
    margin: 15px 0;
}



figure {
    max-width: 80%;
    margin: 20px auto;
    text-align: center;
}

img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #ccc;
}

figcaption {
    font-size: 1.8vw;
    color: #9c773f;
    margin-top: 8px;
    text-align: center;
}

audio {
    margin-top: 15px;
}


footer {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.2vw;
    margin-top: 10px;
    white-space: nowrap;
    width: 100%;
    padding: 5px 0;
}

footer p, #validation {
    margin: 0;
    font-size: 1.2vw;
    padding: 0;
}



nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

nav a {
    color: #87CEEB;
    text-decoration: none;
    font-size: 2vw;
    padding: 0 8px;
    position: relative;
}

nav a:hover {
    color: #10A37F;
}

nav a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: lightgray;
}



img {
    width: 40%;
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #ccc;
}


a {
    color: #87CEEB;
    text-decoration: none;
}

a:hover {
    color: #10A37F;
}

iframe {
    border: none;
}

h3 {
    font-size: 2vw;
    color: #52dc3a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}


nav a.active {
    color: #10A37F;
    font-weight: bold;
}

.contact {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0;
}
