* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

h1 {
    line-height: 1.4cm;
}

.scrollbar-hidden {
    scrollbar-width: none;
    /* Firefox */
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.rarity-5,
.rarity-S {
    /* order: -1; */
    background-image: url(https://rerollcdn.com/STARRAIL/Rarity/5_sm.png) !important;
    background-size: contain !important;
    background-position: 50% center !important;
}

.rarity-4,
.rarity-A {
    background-image: url(https://rerollcdn.com/STARRAIL/Rarity/4_sm.png) !important;
    background-size: contain !important;
    background-position: 50% center !important;
}

.rarity-3,
.rarity-B {
    background-image: url(https://rerollcdn.com/STARRAIL/Rarity/3_sm.png) !important;
    background-size: contain !important;
    background-position: 50% center !important;
}

header {
    white-space: nowrap;

}

/* .hover-underline {
    position: relative;
    display: inline-block;
    transition: all .4s ease;
}

.hover-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background-color: #003c5b;
    border-radius: 30px;
    transition: all 0.4s ease;
}

.hover-underline:hover {
    color: white !important;
}

.hover-underline:hover::after {
    width: 100%;
} */

.scrollbar-hidden::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}