body{
    font-family: "Lexend";
}

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

::-webkit-scrollbar-thumb {
    background: #C81E1E;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9B1C1C;
}