body {
    background-color: #7FDDB4;
    height: 100vh;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wrapper img {
    max-width: 90%;
    max-height: 50%;
}

.wrapper h2 {
    padding: 0;
    margin: 0;
    font-family: 'Lobster';
    font-size: 2em;
    color: aliceblue;
}