html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: consolas, monospace;
    background-color: #333;
    color: #f5f5f5;
}