#Prem{
    border-radius: 50%;
}
#Vivek{
    border-radius: 50%;
}
*{
    filter: none;

    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.team-section{
    overflow: hidden;
    text-align: center;
    background: #34495e;
    padding: 60px;
}
.team-section h1{
    text-transform: uppercase;
    margin-bottom: 60px;
    color: white;
    font-size: 40px;
}
.border{
    display: block;
    margin: auto;
    width: 160px;
    height: 3px;
    background: #3498db;
    margin-bottom: 40px;
}
.ps{
    margin-bottom: 40px;

}
.ps a{
    display: inline-block;
    margin: 0 30px;
    width: 160px;
    height: 160px;
    overflow: hidden;
}
.ps a img{
    width: 100%;
    
    transition: 0.4s all;

}
#tg{
    filter: none;
}
.ps a:hover > img{
    filter: none;
}
.ps a:visited > img {
    filter: none;
  }
.section{
    width: 600px;
    margin: auto;
    font-size: 20px;
    color: white;
    text-align: justify;
    height: 0;
    overflow: hidden;
}
.section:target{
    height: auto;
}
.name{
    display: block;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

#footer{
    height: 300px;
    width: 400px;
    
}
@media screen and (max-width: 600px) {
    #footer{
        height: 100%;
        width: 100%;
    }
    
  }