
* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about,
#services,
#portfolio,
#team,
#contact {
  width: 90%;
  margin: 3rem auto;
  text-align: left;
}

.h3 {
  color: rgb(199, 199, 199);
  color: black;
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: capitalize;
}

.h2 {
  color: black;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.hr {
  border: none;
  background: gray;
  height: 1px;
  width: 20%;
}

.active {
  color: green;
}
