body {
    background-color: black;
    text-align: center;
    color: white;
}

div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

h2 {
    padding-top: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

img {
    max-width: 40%;
    max-height: 70vh;
}

@media only screen and (max-width: 680px) {
    img {
        max-width: 90%;
    }
}