* {
  margin: 0;
  box-sizing: border-box;
}
.body {
  width: 90%;
  margin: 0, auto;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  text-transform: uppercase;
  color: aqua;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.8rem;
  margin: 0 0 0 20px;
  padding: 2px;
}
.link {
  text-decoration: none;
  font-size: 1.3rem;
}
.content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 2.5rem;
}
.btn {
  justify-content: space-between;
}
.tm {
  background-color: black;
  color: thistle;
  padding: 2px;
  gap: 5rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
}

.nav_content {
  margin-top: 10rem;
}
.nav-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: rem;
}
.nav_heading {
  font-size: 5rem;
}
.um {
  margin-top: 10px;
}
.nav-description {
  font-size: 1.5rem;
}
.pricing {
  margin: 0 0 0 20px;
  margin-top: 10rem;
}
.pricing-heading {
  font-size: 2rem;
}
.pricing-description {
  font-size: 1.5rem;
}
.pricing-ammount {
  border: 2px green solid;
}
.plan {
  display: flex;
  gap: 15rem;
  margin-top: 2rem;
  width: 100%;
}
.pricing-ammount {
  background-color: black;
  color: white;
  border-radius: 10px;
  padding: 1rem;
  gap: 10rem;
  line-height: 1.5rem;
}

.t {
  width: 100%;
  border-radius: 10rem;
}
tt. {
  margin-top: 100rem;
  gap: 10rem;
}
.unorder {
  margin-top: 1rem;
}
.features {
  margin-top: 10rem;
}
.featured_heading {
  text-align: center;
  font-size: 2rem;
}
.features_description {
  text-align: center;
}
.features_box {
  border: 2px solid #ccc;
  text-align: center;
  border-radius: 8px;
  padding: 4rem;
  width: 30rem;
}
.featuresbox_container {
  display: flex;
  padding: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.gettouch {
  margin-top: 10rem;
  text-align: center;

  line-height: 2.5rem;
  justify-content: center;
  align-items: center;
}
.gettouch_heading {
  text-align: center;
  font-size: 1.5rem;
}
.aboutfintrack {
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 933px) {
  .title {
    font-size: 1.5rem;
  }
  .link {
    font-size: 1.1rem;
  }
}
@media (max-width: 867px) {
  .title {
    font-size: 1.1rem;
  }
  .link {
    font-size: 1.1rem;
  }
}
