@import url('https://fonts.cdnfonts.com/css/coolvetica-2');

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #3b82f6;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #333c46;
}

body {
    background-color: #111;
    color: #fff;
    font-family: 'Coolvetica', sans-serif;
    letter-spacing: 2px;
    scroll-behavior: smooth;
}

.grid-bg {
    background-image: url('imgs/bc.png');
}

.custom-bg {
    background-color: #3b82f6;
    color: #fff;
}

.box:hover {
    background-color: #333c46;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
    transform: translateY(-5px);
}
