html {
    overflow: hidden;
    overflow-y: auto;
}
body {
    font-family: Roboto, sans-serif !important;
    line-height: 1.5;
}
body, .bg-dark {
    background-color: #333 !important;
}
.logo {
    border-radius: 10px;
}
.card-body {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.navbar {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px
}