
body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    height: 10ex;
}

p {
    max-width: 30em;
}
