/* TODO: clean the style */
header {
    text-align: center;
    color: var(--header-color-text);
}

header h1 {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 3em;
}

header span {
    font-size: 1.5em;
}

.user-button i {
    font-size: 30px;
}

.langage-button {
    width: 35px;
    height: 35px;
}