* {
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}
body h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--white);
}
body h2 {
  font-size: 2rem;
  font-weight: 600;
}
body h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
body h4 {
  font-size: 1.3rem;
  font-weight: 600;
}
body h5 {
  font-weight: 500;
}
body p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1.75rem;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover {
  border-radius: 5px;
  border: 2px solid #ffffff;
  background-color: #2e2346;
}

.btn-light:hover {
  color: #ffffff;
}

.hero-area {
  background: linear-gradient(350.04deg, #76569f 1.51%, rgba(255, 255, 255, 0) 79.75%);
}

.nav-link {
  color: #ffffff;
}

.myName {
  font-weight: 300;
  color: #ffffff;
}

.myIntro {
  font-weight: 300;
  color: #ffffff;
}

.iconss {
  color: #ffffff;
}

.aboutSection {
  background-color: #dad6e3;
}

.about-header {
  color: #000000;
  letter-spacing: 0.02em;
}

.about-text {
  color: #000000;
}

.experience-bg {
  height: 20rem;
  background-color: #dad6e3;
}

.experience-header {
  color: #000000;
  letter-spacing: 0.02em;
}

.experience-text {
  color: #000000;
  font-weight: 700;
}

.experience-sub-text {
  color: #000000;
}

.tech-section {
  background: #ece8e8;
  box-shadow: 0px 4px 40px 8px rgba(0, 0, 0, 0.25);
  height: 31.25rem;
}

.vl3 {
  border-left: 2px solid black;
  height: 12rem;
}

.tech-text {
  font-weight: 700;
}

.myworks {
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.25);
}

.portfolio {
  background-color: #fcf9f9;
}

.portFooter {
  background-color: #2e2346;
  height: 16rem;
}
/*# sourceMappingURL=style.css.map */