*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #81c644;
    font-family: sans-serif;
}.wrapper{
    margin-top:10%;
}

.wrapper h1{
    font-family:cursive;
    font-size: 52px;
    margin-bottom: 60px;
    text-align: center;
}

.team{
    display: flex;
    text-align: center;
    width: auto;
    justify-content: center;
}

.team .team_member{
    background:#fff;
    margin: 5px;
    margin-bottom: 50px;
    width: 300x;
    padding: 20px;
    line-height: 20px;
    color: #8e8b8b;
    position:relative;
}