body {
    background-color: #111;
    color: #eee;
}

.card {
    background-color: #222 !important;
    border-radius: 10px;
    border: 1px solid #333 !important;
}

.navbar {
    background-color: #000 !important;
}

img:hover {
    transform: scale(1.03);
}

#imgModal {
    backdrop-filter: blur(3px);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 5px;
}

#log-box {
    background: #0a0a0a;
}
