/* body style start */
body {
  height: 100vh;
  position: relative;
  background: #f3edea;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
body::after {
  position: fixed;
  top: 98%;
  left: -70px;
  opacity: 0.05;
  content: "Resume.";
  font-family: "Playfair Display", serif;
  width: 100%;
  writing-mode: vertical-lr;
  font-weight: 900;
  font-size: 250px;
  transform: translateY(-100%);
  z-index: -1;
}
/* body style end */
/* Main section style start */
#main .timeline .intro-text h2 {
  margin-top: 75px;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
}
#main .timeline .intro-text a {
  font-weight: 600;
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
#main .timeline .intro-text a:hover {
  text-decoration: underline;
}
