body {
    background: black;
    color: lightyellow;
    display: flex;
    flex-flow: column;

}

body > div > img.img {
    height: auto;
    width: 40vh;
}

body > div {
    display: flex;
    flex: 1;
    align-items: stretch;
    justify-content: center;
    margin-top: 12vh;
    width: 100%;
}

body > div > span.coming-soon {
    font-family: Calibri, sans-serif;
    font-size: xx-large;
}
