body {
    font-family: Helvetica, Arial, sans-serif;
    background: #1A1A1A;
    color: #F5F5F5;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
body {
    scrollbar-width: none;
    -ms-overflow-style: none;  /* IE and Edge */
}