body {
    font-family: "Raleway", sans-serif;
    background-color: whitesmoke;
    color: #333;
    padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border: 4px solid #ccc;
    /* border-radius: 50%; */
}

.section-title {
    margin-top: 2rem;
    border-bottom: 2px solid #aaa;
    /* font-size: 1.4rem; */
    font-weight: bold;
    padding-bottom: 0.4rem;
}

.list-unstyled li::before {
    content: "• ";
    color: #999;
}

.reel {
    text-align: center;
    margin-top: 2rem;
}