      /* Universal Styling */

      * { padding: 0; margin: 0; }
      * { box-sizing: border-box; }
      * { margin: 0;}
      * { text-decoration: none;}
      * a { text-decoration: none ; }
      * a { color: white; }
      body { width: 1349px; }
