body::-webkit-scrollbar {
  display: none;
}

nav {
  height: 70px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  font-weight: 600;
}

.logo img {
  height: 80px;
  width: auto;
  margin-top: 0px;
  margin-left: -10px;
}

.nav-items,
.overview {
  display: flex;
  align-items: center;
}

nav li {
  list-style: none;
  margin: 0 1.4rem;
}

li a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

#ma {
  display: inline-block;
  border: 2px solid transparent;
  background-color: aqua;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero-section p {
  font-size: 4em;
  font-weight: 900;
  margin-left: 1em;
}

.sentence p {
  margin-left: 3.9em;
  font-weight: 800;
  color: grey;
  margin-top: -30px;
}

.button {
  background-color: aqua;
  border: 2px solid rgb(255, 255, 255);
  display: inline-block;
  color: white;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 4em;
  margin-top: 1em;
  border-radius: 5px;
}

img {
  height: auto;
  width: 48vw;
  margin-left: 50.2vw;
  margin-top: -75vh;
}
