* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
*::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
}
@font-face {
    font-family: VT323-Regular;
    src: url(fonts/VT323/VT323-Regular.ttf);
}
body {
    font-family: VT323-Regular, Arial, sans-serif;
    line-height: 1.6;
    background-color: black;
    color: white;
    padding: 20px;
}