.first {
    background-color: #fafbff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* border: 6px solid rgba(103, 162, 79, 1); */
    /* margin: 0 40px; */
}

.ff {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hc {
}

#hc {
    background-color: rgba(103, 162, 79, 1);
}

#ep {
    border: 2px solid black;
}

.down {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    font-size: 14px;
}
.card {
    /* width: 60%; */
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-position: center;
    background-size: cover;
    border-top: 6px solid rgba(103, 162, 79, 1);

    /* text-align: center; */
    /* padding: 20px; */
}
.image {
    width: 100px;
    height: 100px;
    border: 2px solid rgba(137, 140, 159, 1);
    border-radius: 50%; /* Makes the image circular */
    /* background-image: url("./images/a1.svg"); 
    background-size: cover;
    background-position: center; */
    /* margin: 0 auto 10px; Center the image and add space below it */
}
.name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.button {
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.bio {
    font-size: 13px;
    margin: 10px 0;
}

.tt {
    color: rgba(137, 140, 159, 1);
}

.ft {
    font-size: 13px;
}

.li {
    color: rgba(103, 162, 79, 1);
}
