
  .home{
    padding-left: 25px;
    padding-top: 25px;
    position: fixed;
    color: #c8c8c8;
}
  
  .team-section {
    overflow: hidden;
    text-align: center;
    background-color: #0A2240;
    padding: 60px;
    padding-bottom: 100px;
  }
  
  .team-section h1 {
    margin-bottom: 60px;
    color: white;
    font-size: 40px;
  }
  
  .border {
    display: block;
    margin: auto;
    width: 160px;
    height: 3px;
    background-color: #3DB5E6;
    margin-bottom: 40px;
  }
  
  .ps {
    margin-bottom: 40px;
  }
  
  .pfp a {
    display: inline-block;
    margin: 0 30px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    
  }
  
  .pfp a img {
    width: 100%;
    filter: grayscale(100%);
    transition: 0.4s all;
  } 
  
   .pfp a:hover > img{
    filter:none;
  }
  
  .section {
    width: 600px;
    margin: auto;
    font-size: 20px;
    color: white;
    text-align: justify;
  }
 
  .section a{
    text-decoration: none;
    color: #3DB5E6;
}
  .section:target {
    height: auto;
  }
  
  .name {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
  }
  
  .hidden {
    display: none;
  }
  