.team:target{
    scroll-margin-top: 150px;
}
.team {
    box-shadow: 0 0 1rem 0 rgba(51, 31, 31, 0.2); 
    background-color: black;
    backdrop-filter: blur(5px);
    width: 1000px;
    border-radius: 14px;
    margin: 0 auto;
    clear: both;
    color: white;
    height: 200px;
    margin-bottom: 20px;
}
.team h2 {
    overflow: auto;
    font-family: verdana;
    padding: 30px 30px 0 30px;
    font-size: 24px;
    color: white;
}
.team p {
    overflow: auto;
    font-family: verdana;
    padding: 20px 30px;
    font-size: 18px;
    color: white;
}
.badge {
    width: 150px;
    height: 150px;
    float: left;
    padding: 25px;
    background-color: rgb(39, 39, 39);
    border-radius: 14px 0 0 14px;
}
.badge img {
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin: 0 auto;
}
.info {
    float: left;
}