* {
    margin: 0 auto;
    padding: 0;
    
  }
  
  body {
    background-color: #222; 
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 2 2"><line x1="0" y1="2" x2="2" y2="0" stroke="rgba(255, 255, 255, 0.1)" stroke-width="2" /></svg>');
    background-repeat: repeat !important; 
    background-attachment: fixed; 
  }
  body {
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    
    font-weight: bold;
    
    
    color: rgb(245, 245, 245);
    background-size: cover;
    

    z-index: 0;
    
    /* background: rgb(18, 18, 18);
    background-size: cover;
    background-position: center; */

    
    
  }
  h1, h2, h3 {
    font-weight: bold;
  }
 
