body {
    background-color: #1e2124;
}

nav {
    background-color: #282b30;
}

#H_Card {
    background-color: #282b30;
}

#H_Card:hover {
    background-color: #36393e;
}

#H_Card_Aniw {
    background-color: #282b30;
}

hr {
    background-color: #ffffff;
}

#Pop_Alert {
    background-color: #282b30;
}

#Pop_Alert:hover {
    background-color: #36393e;
}

#Pop_Alert1 {
    background-color: #424549
}

#Button_Aniw {
    background-color: #424549;
}

#Button_Aniw:hover {
    background-color: #36393e;
}

/* width */
::-webkit-scrollbar {
    width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #282b30;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #36393e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #424549;
}