
html, body {
    height: 100%;
    margin: 0;
    color: hsl(30, 2%, 18%);
    background-color: hsl(0, 0%, 95%);
    font-family: Tahoma, Verdana, sans-serif;
}

a {
    color: inherit;
}

a:focus {
    outline: 2px dotted hsl(30, 2%, 18%);
    outline-offset: 0;
    box-shadow: 0 0 0 2px hsl(0, 0%, 95%);
}

figure {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

figure > img {
    max-width: 40ch;
    object-fit: contain;
}

figure > figcaption {
    margin-top: 1rem;
}

.parent {
    display: grid;
    place-items: center;
    height: 100%;
}

.parent img {
    border-radius: 1rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 50%), 0 0 2px rgb(0 0 0 / 25%), 0 0 16px rgb(0 0 0 / 25%), 0 0 40px rgb(0 0 0 / 10%);
}
