p {
    text-align: justify;
}

.defaultContainer img {
    width: 50vw;
    height: auto;
    border-radius: 10px;
}

figcaption {
    text-align: right;
    font-weight: 400;
    color: var(--semi-semi-contrast);
}