:root {
  --goldText-color: #AB7D3B;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-color: #151515;
  color: white;
}

.main__section {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main__section .background-main {
  position: absolute;
  width: 100%;
  min-height: 80rem;
  height: 100vh;
  flex-shrink: 0;
  background: url("../assets/images/prxluis.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -3;
}/*# sourceMappingURL=styles.css.map */