/* ===== Base level styles ===== */
body {
  margin: 0;
  font-family: sans-serif;
  overflow: hidden; /* prevents scrollbars unless explicitly added later */
  
  background: #020024;
background: linear-gradient(20deg,rgba(2, 0, 36, 1) 0%, rgba(183, 183, 196, 1) 35%, rgba(0, 212, 255, 1) 100%);
  background-repeat: no-repeat;
  min-height: 100vh; /* Use vh for viewport height */

}
