.section__main {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.section__main__container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../public/header/logoMain.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85%;
  height: 20%;
}
.section__main__chevron {
  position: absolute;
  bottom: 2%;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=main.css.map */
