@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css?family=Allura|Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Space Grotesk');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body{
    background: #116466;
    font-family: 'Josefin Sans', sans-serif;
  }
  
  .wrapper{
    margin-top: 50px;
  }
  
  .wrapper h1{
    font-family: 'Allura', cursive;
    font-size: 60px;
    margin-bottom: 60px;
    text-align: center;
    background: #d1e8e2;
  }
  
  .team{
    display: flex;
    justify-content: center;
    width: auto;
    text-align: center;
    flex-wrap: wrap;
  }
  
  .team .team_member{
    background: #fff;
    margin: 5px;
    margin-bottom: 50px;
    width: 300px;
    padding: 20px;
    line-height: 20px;
    color: #8e8b8b;  
    position: relative;
  }
  
  .team .team_member h3{
    color: #ffcb9a;
    font-size: 26px;
    margin-top: 50px;
  }
  
  .team .team_member p.year {
    color: #ffcb9a;
    margin: 12px;
    font-size: 12px10;
    text-transform: uppercase;
  }
  
  p.major{
    color: #2c3531;
    margin: 12px ;
    font-size: 12px;
    text-transform: uppercase;
  }
  .team .team_member .team_img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
  }
  
  .team .team_member .team_img img{
    width: 100px;
    height: 100px;
    padding: 5px;
  }
  .pptlink {
    text-align: center;
    background: #d1e8e2;
  }
 .pptlink p {
    font-family: 'Space Grotesk';
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #2c3531;
}
.pptlink p a{
    font-family: 'Space Grotesk';
    font-size: 60px;
    margin-bottom: 60px;
    color: #ffcb9a;
}

.sourcecode{
  text-align: center;
  background: #d1e8e2;
  
}
.sourcecode p{
  font-family: 'Space Grotesk';
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #2c3531;
}
.sourcecode p a{
  font-family: 'Space Grotesk';
  font-size: 60px;
  margin-bottom: 60px;
  color: #ffcb9a;
}