html {
    background: black;
    background-size: cover;
}

body {
    font-family: "Courier New", Courier, monospace;
    color: white
}

div.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.image-container {
    flex-direction: row;
    overflow:hidden;
    margin:0 auto;
    text-align: center;
}