table {
    width: 100%;
}

p:has(img) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
