
footer{
    background-color: white;
    color: black;
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0px;
    width: 100%;
    padding: 10px;
}

footer > *{
    display: flex;
    align-items: center;
    font-size: 12px;
}
footer a{
    color: black;
}

.marianne-logo {
    flex: 0 0 auto;
    padding: 0.2rem;
    width: 5em;
    margin-top: 0.2rem;
}

footer hr {
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#version{
    margin-right: 20px;
}
