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

a {
  text-decoration: none; }

body {
  background-color: #e8e8f0; }

.main-container {
  width: 100%;
  min-height: 100vh;
  height: auto; }

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