html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      font-family: 'Outfit', sans-serif;
      color: #ffffff;
      overflow: hidden;
      background-color: #02111b;
    }

    #particles-js {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0d1117;
        top: 0;
        left: 0;
        z-index: 1; /* Keeps particles behind your content */
      }

      main {
    position: relative;
    z-index: 2; /* Higher than particles */
    }
    
    .card {
    background: #132d41;
    border: 1px solid #132d41;
    color: white;
    }
    
    .logo{
        max-height:120px;
    }
    
    .icon-error {
  width: 120px;
  height: 120px;
}
}
   
    