#maintenance {
    height: 100vh;
    width: 100vw;
    background-image: url("/images/bgPapercraft.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#logoPachira {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-image: url("/images/PACHIRA.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#titre {
    font-family: var(--titre);
    font-size: clamp(2rem, 5vw + 1rem, 6rem);
    color: black;
}

#contact {
    font-family: var(--titre);
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}