:root {
    background-color: #000 !important;
  }
  
  body {
    background-color: #000;
  }
  
  #console {
    font-family: courier, monospace;
    color: #fff;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px;
  }
  
  a {
    color: #0bc;
    text-decoration: none;
  }
  
  #a {
    color: #0f0;
  }
  
  #c {
    color: #0bc;
  }
  
  #b {
    color: #ff0096;
  }
  
  /* #k {
    animation: change 2s;
  } */
  
  #op {
    color: #888888;
  }
  
  /* @keyframes change {
    0% {
      width: 100%;
    }
    50% {
      width: 100%;
    }
    99% {
      width: 0%;
    }
  }   */

  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }

  .video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    filter: blur(70%);
  }

  .blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }

  .content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
