html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-image: linear-gradient(70deg, #14387B 0%, #14387B 15%, #140E38 55%, #140E38 100%);
    height: 100vh;
}

#particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1 !important;
}

main {
    height: 100vh;
    z-index: 9999;
}

.container {
    z-index: 0;
}
