html, body{
  font-family: 'Lato', sans-serif;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.header{
  background: linear-gradient(25deg,#2C3E50,#4CA1AF);
  padding: 205px;
}

.intro{
  line-height: 15px;
  color: #fff;
}

.intro h1{
  font-size: 60px;
  font-weight: 700;
}

.intro h3{
  font-size: 30px;
  font-weight: 300;
}

#profileImage{
  border-radius:50%;
  padding:7px;
  border:5px solid #333;
  max-width:230px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about{
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
}

.about p{
  font-size: 18px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  max-width: 42%;
}

.career{
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 200px;
}

.c-year{
  text-align: right;
  border-right: 1px solid grey;
}

.c-head{
  text-align: center;
  font-size: 30px;
}

.c-head h3{
  font-weight: 700;
}

.c-year p{
  font-weight: 300;
  padding-right: 20px;
  padding-bottom: 18px;
}

.c-desc p{
  font-weight: 300;
  padding-left: 20px;
}

.social{
  text-align: center;
  padding: 20px;
  background: linear-gradient(25deg,#42275a,#734b6d);
}

.social a{
  text-decoration: none;
  color: #fff;
}

.social li{
  list-style: none;
  margin: 10px 30px;
  display: inline-block;
  font-size: 40px;
  padding: 20px 20px;
  color: #000000;
  border-radius: 50%;
  transition: .5s;
}

.social li:hover{
  font-size: 70px;
  transition: .5s;
}
