
h1#title{
    text-align: right;
    color: $secondary;
}

#about-content {
    margin-bottom: 2rem;
}


h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    margin: 1% 30%;
    background-color: $primary;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);


    img {
        max-width: 50%;
        border-radius: 50%;
        padding-top: 5%;
    }

    h3 {
        margin: 0.5rem 0;
    }

    p {
        text-align: center;
        margin-top: -1%;
    }
}

