main .content{
    padding: 1rem;
    margin: auto;
    width: fit-content;
}

main .content p{
    text-align: justify;
    font-family: Arial;
    font-size: 12pt;
    line-height: 2rem;
    column-width: 300px;
    column-gap: 2rem;
    column-rule: 3px solid #998500bb;
}

main .content p img{
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 225px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #998500bb;
}

main .content p .raise{
    font-weight: bold;
    padding: 0 0.2rem;
    box-shadow: 0 0 5px #998500bb;
    padding: 10px;
    line-height: 3rem;
    display: inline;
}
