#about-img {
    /* float-right border-[--green] border-5 border-solid */
    float: right;
    border: 5px solid var(--green);
    margin: 0 1rem;
}