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

/*
** header section
 */
.headerSection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

.logoWrapper {
  background: url("logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50rem;
  height: 25rem;
}

/*# sourceMappingURL=styles.css.map */
