/* Stylesheet */


body {
  /* display: flex;
  flex-direction: column;
  flex-wrap: nowrap; */
}

main {
  flex-grow: 1; 
}

#vanta-canvas,.vanta-net {
  z-index: -1 !important;
}

header {
  background: linear-gradient(to right, #002f61, rgba(255,255,255,0)) !important;
}
