* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Public Sans, sans-serif;
}

html,
body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
}

.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 90px;
  position: fixed;
  background-color: white;
}

.navbar-nav {
  display: flex;
}

.nav-items {
  margin-left: 20px;
  margin-right: 20px;
  list-style: none;
}

.nav-links {
  text-decoration: none;
  color: gray;
}

.nav-button {
  width: 150px;
  height: 45px;
  border: none;
  background: linear-gradient(90deg, hsl(136, 65%, 51%), hsl(192, 70%, 51%));
  color: white;
  font-size: 15px;
  border-radius: 50px;
}

.nav-button:focus {
  outline: none;
}

/*section1*/
.section1 {
  height: 100vh;
  background-color: hsl(0, 0%, 98%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contentforsection-1 {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}

.Header {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-right: -300px;
}

.stupid-description {
  font-size: 18px;
  line-height: 25px;
  color: hsl(0, 0%, 63%);
  margin-bottom: 20px;
  margin-right: -400px;
}

.description-button {
  width: 150px;
  height: 45px;
  border: none;
  background: linear-gradient(90deg, hsl(136, 65%, 51%), hsl(192, 70%, 51%));
  color: white;
  font-size: 15px;
  border-radius: 50px;
}

.curvedthingy {
  margin-left: 400px;
  margin-top: -700px;
}

.imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*section2*/
.section2 {
  height: 100vh;
  background-color: hsl(0, 3%, 81%);
}

.headerforsection2 {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}

.description {
  line-height: 25px;
}

.qualitycontainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.hover {
  height: 90px;
  display: flex;
  align-items: center;
}

.hover:hover {
  background: linear-gradient(
    180deg,
    white,
    white,
    white,
    white,
    hsl(136, 65%, 51%)
  );
}

.obhead {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}

.obdesc {
  color: hsl(0, 0%, 52%);
  line-height: 25px;
}

/*section 3*/

.articles {
  height: 100vh;
  background-color: lightgray;
}

.moneyimg {
  width: 333px;
  height: 200px;
  border: 10px 10px 0 0;
}

.headerforarticle {
  font-size: 45px;
  font-weight: 300;
  margin-top: 100px;
  margin-left: 100px;
}

.article {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.card {
  width: 333px;
  background-color: white;
  padding: 1.5rem;
  border-radius: 0 0 10px 10px;
}

.who {
  margin-bottom: 20px;
  color: hsl(0, 0%, 69%);
}

.headline {
  margin-bottom: 20px;
}

.desc {
  color: hsl(0, 0%, 69%);
}
