.profile
{
overflow: auto;
}

.profilepic
{
    border-radius: var(--imageradius);
    width: 200px;
    float: right;
    background: white;
    margin-left: 15px;
}

                @media screen and (max-width: 570px){ /*was 388 */
                .profilepic
                    {
                    width: 55%;
                    float: none;
                    display: block;
                    margin: auto;
                    }
                }

.aboutlist
{
    list-style-type: disc;
}

.strongtext
{
    font-weight: bold;
    color: var(--midtone);
}