13 lines
209 B
CSS

img {
max-width: 25rem;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: center;
height: 100%;
padding: 0 1.5rem;
}