h2 {
    text-align: center;
    color: black !important;
    padding-bottom: 10px;
}

#about {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
.about-content {
    padding-top: 20px;
}

.profile img {
    padding-top: 10px;
    padding-left: 10%;
    height: 350px;
    width: 100%;
}

.card {
    position: relative;
    border-radius: 10px;
    background-color: whitesmoke;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 16px;
    justify-content: center;
    align-items: center;
    margin: 56px 24px;
    display: flex;
    flex-direction: column;
}
.card-image {
    width: 150px;
    height: 150px;
    border-radius: 10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.5),
        0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.card-image img {
    width: 100%;
    transform: scale(1.2);
}

.name {
    margin-top: 80px;
    font-size: 1em;
    font-weight: bold;
}
