main {
    display: flex;
    flex-direction: column;
    padding: 64px;
    gap: 64px;
}

section#presentation {
    text-align: center;
    color: #8099B2;

    span {
        color: #003366;
    }
}

section#description {
    text-align: center;
}

section#aside {
    background-color: white;
    color: #8099B2;
    text-align: left;
    padding: 8px;
    border: solid white;
    border-width: 4px 0;
}

section#contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;

    button {
        background-color: #003366;
        color: #F5F5F5; 
    }
}