main {
    gap: 2em;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 80em;
    padding: 2em;
    border-radius: 1em;
}

img {
    color: black;
}