html {
    scroll-behavior: smooth;
}

body {
    background-color: #2C2F33;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px; /* 16px */
    height: 8px; /* 16px */
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border: 2px solid #393f46;
    background-color: #393f46;
    border-radius: 8px;
    min-height: 40px;
}

::-webkit-scrollbar-corner {
    background-color: #212529;
}

.intro {
    height: 100vh;
    margin-top: 15%;
}

/* commands */
.category {
    padding: 10px;
    background-color: #7289DA;
}

