body {
    background-color: white;
    margin: 0;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

h1 {
    margin-bottom: 20px;
    font-size: 60px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-top: 20px;
}

@media (max-width: 624px) {
    img {
        width: 100%;
        height: auto;
    }
}
