body {
    background-color: black;
    color: white;
    width: 100vw;
    height: 100vh;
    display: flex;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

div {
    display: block;
    text-align: center;
    margin: auto;
}

img {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}