:root {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  background: url(light-bg.jpg) center center/cover no-repeat;
}

img {
  vertical-align: middle;
}

.page {
  padding-top: 1vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page .logo {
  margin: 0;
  margin-bottom: 3rem;
}
.page .logo img {
  width: 400px;
  max-width: 95%;
}
.page .under-const-legend {
  margin: 1rem 0;
  padding: 0 1rem;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #0c50a0;
}
.page .under-const-legend::after, .page .under-const-legend::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(vlc.png) center center/contain no-repeat;
  margin: 0 8px;
}
.page .underc-ills {
  width: 500px;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .page {
    padding-top: 3rem;
  }
  .page .under-const-legend::after, .page .under-const-legend::before {
    display: none;
  }
}

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