body,
html {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: black;
    color: #ffffff;
    min-height: 100vh;
    margin: 25px;
}

#titre {
    text-align: center;
}

#legal-link {
    text-decoration:none;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
}

.color_return {
    fill: blue;
}

