li {
    list-style: none;
    /* font-size: large; */

    /* font-family: Dansk; */
}

li:hover {
    transform: translateX(2px);
}

.heart {
    position: absolute;
    /* width: 16px;
    height: 16px; */
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
}

.heart.active {
    opacity: 1;
}

.content {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: flex-end; */
    /* flex: 1 */
    /* flex-wrap: wrap; */
    padding: 60px;
}

.page {
    background-image: url(/res/idk_wannabekris.png);
    image-rendering: pixelated;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-position: 10px;
    /* background-position: -20px; */
    /* padding-top: 20px; */
}

.heartlinks {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 16px;
    line-height: 0.7em;
}

.frens {
    display: flex;
    justify-content: space-evenly;
    border-bottom: var(--border-width) solid var(--clr-fg);
    padding: 4px;
}




@media (max-width: 510px) {
    .heartlinks {
        margin-left: 100%;
    }
}


@media (max-width: 380px) {
    .heartlinks {
        margin-left: 102%;
    }
}