body {
    margin: 0;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    text-align: center;
}

.center-image {
    max-width: 100%;
    height: auto;
    transform: scale(0.5);
    transform-origin: center;
}

.coming-soon {
    font-family: 'Inconsolata', monospace;
    font-size: 15px;
    color: #FFFFFF;
}