:root {
  --shadow-color: 0px 10px 30px rgba(1, 1, 2, 0.3);
  --box-shadow: 0px 10px 30px rgba(57, 56, 61, 0.205);
  --gradient-1: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);
  --gradient-2: linear-gradient(315deg, #8EC5FC 0%, #E0C3FC 100%);
  --gradient-3: linear-gradient(210deg, #74EBD5 0%, #f7e8ad 100%);
}



body {
  font-family: Raleway,Poppins;
  
}

#home-sec {
  z-index: 0;
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#intro-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#timeline-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#skill-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#projects-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#achieve-sec {
  background-color: white;
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#experience-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#blog {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#mooc-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

#contact-sec {
  font-family: Raleway,Poppins;
  overflow: hidden;
}

.card {
  border: 0;
}

