.logo__cursor {
    background: lime;
    animation: cursor 1s 5;
}

.flrx39 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flrx39 table {
    width: auto;
    height: auto;
    border: none;
    margin: 0 0 10px 0;
}

.flrx39 td {
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
}

.flrx39 td:nth-child(6) {
    font-weight: bold;
}

header.homepage-header, footer.homepage-footer {
    padding: 0 20px;
}

header.homepage-header>h1 {
    margin-bottom: 0;
    font-size: 2.8em;
}

.light-theme .flrx39 td:nth-child(6) {
    background-color: #000;
    color: #f0f0f0;
}

@media (prefers-color-scheme: light) {
    body:not(.dark-theme) .flrx39 td:nth-child(6) {
        background-color: #000;
        color: #f0f0f0;
    }
}

.dark-theme .flrx39 td:nth-child(6) {
    background-color: white;
    color: #101010;
}

@media (prefers-color-scheme: dark) {
    body:not(.light-theme) .flrx39 td:nth-child(6) {
        background-color: white;
        color: #101010;
    }
}
