.member h3{
    color: white;

}

.member h4{
    color:#64ff49;
    text-align: center;
}

.member p{
 color: white;   
 word-wrap: break-word;
 hyphens: auto;
 -webkit-hyphens: auto;
}
.member{
    background-color: black;
    padding: 10px;
}
*{
    scroll-behavior: smooth;
}