*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    --navcolor: #010101;
    --navhover: #191919; 
    --secondary: #1d1d1d;
    --mapcolor: rgb(85, 129, 131);
    --maphover: rgb(0, 234, 255);
    --scrbg : rgb(200, 200, 250);
    --text2: #0eacba;
    --buttonstock: #1190a3;
    --buttonstockhover : #15adc4;
    --quotationbg: #078da1;
    scroll-behavior: smooth;
  }