   html, body {
      height: 100%;
    }
    
    body {
      margin: 0;
      min-height: 100vh;
      overflow: hidden;
      font-family: Arial, sans-serif;
      color: white;
      background: black;
    }
    
    .bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    /*.content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 2;
    }*/
    
    h1 {
      font-size: 48px;
      margin: 0;
      letter-spacing: 2px;
    }
    
    p {
      font-size: 20px;
      opacity: 0.8;
    }
    
    /*.tag {
      margin-top: 20px;
      font-size: 14px;
      opacity: 0.6;
      letter-spacing: 1px;
    }*/