/* Site-specific */
.header-link-home {
    background-color: #FDE300;
    text-decoration: none;
    color: black;
    padding: 5px;
}

.section-title {
    font-size: 25px;
    font-family:Arial, Helvetica, sans-serif;
    color:#5A12B3;
    font-weight: bold;
    padding-bottom: 1rem;
}

.about {
    display: flex;
    flex-direction: column;
    margin-left: 30%;
    margin-right: 30%;
}

.photo {
    margin-bottom: 3rem;
}
.img-class {
    width: 30%;
    border-radius: 150px;
}

.content {
    font-size: 18px;
    padding-bottom: 3rem;
}