/* css styles */

.column-page {
    font-size: 1.2em;
    margin: 2em auto;
}

.column-page li {
    list-style: none;
    margin: 1em 0;
}

.column-page a {
    text-decoration: none;
    font-weight: bold;
}

.profile-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 2em auto;
}
