* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'Inter';

    
    
  }
  html {
    scroll-behavior: smooth;
  }
  
  

    
body {
 background-color: #2b2b2b;
  background-attachment: fixed; 
  position: relative;
  height: 100vh; 

}

  
  
  
  .negrita2 {
    font-weight: 700;
    color: rgb(68, 165, 255);
  }
  
  .megapolitica {
    
    max-width: 800px;
    margin: 80px auto 20px; 
    padding: 20px;
    text-align: left
  }
  
  h1, h2 {
    color: rgb(68, 165, 255);
    margin-bottom: 10px;
  }
  
  p {
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  
  .megapolitica a {
    color: #007BFF;
    text-decoration: none;
  }