.notice {
    font-size: 1.5rem; /* размер как у h2 */
    font-weight: 600; /* или как у h2 */
    color: inherit; /* цвет как у родителя, обычно совпадает с h2 */
    margin: 0.5em 0 1em 0; /* отступы как у h2 */
}

.card.learned {
    border: 2px solid green;
    opacity: 0.6;
    transition: opacity 0.3s, border 0.3s;
}

.constellation-image {
    cursor: pointer;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: none;
}

#accept-cookies {
    margin-left: 10px;
    padding: 5px 10px;
}
