.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
}

.content img {
    max-width: 25%;
    border: 2px solid grey;
}

.content p {
    max-width: 70%;
}


