@import url(https://fonts.googleapis.com/css?family=VT323);

body {
    font-family: 'Courier New', monospace;
    background: #141414;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 100%;
    text-align: center;
}

#objdump {
    margin: 0;
    font-size: 150px;
    white-space: pre;
    color: #a2afa2;
    text-shadow: 0rem 0.2rem 1rem
}


