aside {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 8px;
    border: solid white;
    border-width: 4px 0;
}

section#photo {
    position: relative;
    aspect-ratio: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#photo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("img/oreille.jpg");
    background-size: cover;
    background-position: center;
    filter: opacity(0.7);
    z-index: -1;
}

section#photo > h1 {
    font-size: 64px;
    text-align: center;
    color: black;
}

section#photo > p {
    font-size: 12px;
}

section#welcome {
    background-color: #F7F3ED;
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
}

section#welcome > button {
    background-color: #EEB98D;
    color: #F5F5F5;
}

section#date {
    background-image: url("img/background.png");
    background-size: cover;
    background-position: center;
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
}

section#date > button {
    background-color: #003366;
    color: #F5F5F5;
}

section#date > img {
    width: 128px;
}

section#Lulu {
    text-align: center;
    padding: 8px;
    font-size: 10px;
}
