* {
    box-sizing: border-box;
}

body {
    background: black;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
}