html, body {
  -webkit-font-smoothing: antialiased;
  background-color: #BAA9CC;
  height: 100%;
  font-family: "Nunito", sans-serif;
}

body {
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.col-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-container {
  height: 100%;
  padding-top: 100px;
}

.navbar {
  background-color: #BAA9CC !important;
}

img {
  width: 100%;
}

a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: black;
}

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