body {
    background-color: #f8f9fa;
    font-family: Roboto, Verdana;
    font-size: 1rem;
}

    body::-webkit-scrollbar {
        display: none;
    }

a {
    color: #191970;
}

    a:hover {
        color: #000038;
        text-decoration: none;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: lightgray;
}
