h1 {
    letter-spacing: -0.05em;
}

.hardcore-card {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}


::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: var(--card-border);
}