* {
    font-family: museo-sans, sans-serif;
    font-style: normal;
}

body {
    background: #ffffff;
}

footer {
    position: fixed;
    bottom: 20px;
    right: 30px;
    gap: 16px;
}

footer a {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
    font-weight: 300;
    letter-spacing: 1px;
}

footer span {
    color: #ffffff;
    font-size: .75rem;
}

.bg-unanime {
    background: #242121;
}