#credits {
    position: absolute;
    right: 0;

    display: flex;
    flex-direction: row;
    gap: 18px;

    text-shadow: 0 0 20px #000000, 0 0 20px #000000, 0 0 20px #000000; /* ŠIS MAINA KRĀSU !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! TUMŠĀX PALIEK*/

    font-family: 'Arial', sans-serif;
    font-size: 12px;
    text-align: left;

    white-space: pre-wrap;
}

#credits p {
    margin: 0;
    font-size: 12px;
    color: var(--primary);
}

#credits b {
    color: #877fab;
}

#credits a {
    text-decoration: none;
    color: unset;
    margin: 5px;
    padding: 0;
}

#credits a:hover {
    text-decoration: underline;
    color: #877fab;
}

#credits a:hover b {
    color: #b0a6da;
}

@media (max-width: 1300px) {
    #credits {
        position: absolute;
        bottom: unset;
    }
}