* {
    box-sizing: border-box;
    font-family: "Google Sans", sans-serif;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    #sidebar.active {
        left: 0;
    }
}
.main-content {
    display: none;
    height: 100%;
}
#navigation-links::-webkit-scrollbar {
    display: none;
}
#navigation-links {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
p {
    line-height: 2;
}