body {
    background-color: var(--color-primary);
    color: var(--color-primary-contrast)
}

.darkmode-background {
    background: var(--color-primary) !important;
}

.content-top-agile {
    margin: auto;
}

a {
    color: var(--color-secondary);
}

a:hover {
    color: #96be1e !important;
}

a:active {
    color: #96be1e !important;
}

a:focus {
    color: #96be1e !important;
}