:root {
    --blendMode: normal;
}

html,
body {
    font-family: sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

#container {
    max-width: 768px;
    overflow: hidden;
    position: relative;
    div {
        position: absolute;
        z-index: 1;
    }
}

button {
    font-size: 2rem;
    margin-block: 24px;
    padding: 8px 16px;
}