#home {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12%;
}

#home img {
  width: 65%;
}

#home h1 {
  text-align: center;
  font-size: 2rem;
  margin: 5%;
  color: var(--customblack);
}

h3 {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

a {
  color: var(--customprimary);
  text-decoration: none;
  font-weight: 500;
}

#home p {
  /* text-align: justify; */
  font-size: 1rem;
  margin: 2.8% 2rem;
  color: var(--customblack);
}

#home span {
  /* color: var(--customprimary); */
  font-weight: 500;
}

#get-started {
  background-color: var(--customprimary);
  padding: 1.1rem 2.5rem;
  border-radius: 2rem;
  color: white;
  font-size: 1.1rem;
  margin: 8% 0 0 0;
  cursor: pointer;
}
