/* ======================================================
   GLOBAL BACKGROUND
====================================================== */

body {
  margin: 0;
  min-height: 100vh;

  background: linear-gradient(to bottom, #396367 0%, #000 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
  color: #fff;
}
