.content-container p {
    text-align: justify;
    text-justify: inter-word;
    text-indent: 1.5em;
}

:target {
    animation: highlight 3s ease-out;
}

@keyframes highlight {
    0%   { background-color: #fff3a0; }
    100% { background-color: transparent; }
}
