body{
    overflow-x: hidden;
    color:rgb(255, 255, 255);
    background-color: rgb(9, 9, 9);
    font-family:sans-serif
}

.Banner{
    position: relative;
}

.About{
    margin-top: 200px;
    width:100vw;
    text-align: center;
}

.Team{
    margin-top: 150px;
    width:100vw;
    text-align: center;
    margin-bottom: 20px;
}

.Header{
    font-size: 80px;
}

.AboutUs{
    font-size: 30px;
}

.MemberPhoto{
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

.MemberName{
    font-size: 30px;
    margin-top: 20px;
}

.MemberAbout{
    margin-top: 20px;
    text-align: center;
}

.TeamList{
    margin-top: 20px;
    display: inline-block;
    width: 100vw;
}

.Member{
    display: inline-block;
    width: 300px;
    height: 400px;
    margin: 10px;
    vertical-align: top;
}