body {
  min-height: 100%;
  min-height: 100vh;
  background-color: #263238;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  outline: none;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
}

.main-card {
  z-index: 10;
  margin-bottom: 75px !important;
  border-radius: 12px;
}

.main-card h1 {
  font-size: 1.75rem;
  font-weight: 700;
}

.main-card .card {
  border-radius: 8px;
}

#footer {
  color: #f8f9fa;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #212529;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-moz-selection {
  color: #eee;
  background: rgba(0, 0, 0, 0.5);
}

::selection {
  color: #eee;
  background: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=main.css.map */