body {
    font-family: -apple-system, sans-serif;
    margin: 0;
  }
  
  .logo {
    height: 100px;
    border-radius: %50;
    display: block;
    margin: auto;
  }
  .text {
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-top: 7px;
    text-shadow: 0 0 10px #4f4f4f;
  }
  .slogan {
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    margin-top: 6px;
    text-shadow: 0 0 5px #4f4f4f;
  }
  
  a {
    text-decoration: none;
  }
  .button {
    width: 120px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    margin: auto;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  .container-header {
    weight: %100;
    background: rgba(0, 0, 0, .2);
    height: auto;
    padding: 50px 50px 100px 50px;
  }
  
  
  .container {
    weight: %100;
    height: 500px;
    padding: 30px;
    margin-top: px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px); 
  }
  
  .container h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -3px;
    color: #1d1d1d;
    text-align: center;
  }
  
  .orb-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }
  
  strong {
    font-weight: 600;
  }
  
  
  
  
  .container-1 {
    background: rgba(255, 255, 255, 0.8);
    border: 10px solid #000;
    backdrop-filter: blur(8px); 
    weight: %100;
    height: 500px;
    filter: blur(30px )
  }
  
  
  
  
  .child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -5px;
    mix-blend-mode: overlay;
    text-shadow: 0 0 3px #fff;
    color: #fff6;
  
    //opacity: .3;
  }
  svg {
    position: absolute;
    top: -50;
    width:100%;
    height: 100%;
    z-index: -1;
    
  }
  
  
  
  
  #navbar {
    background: rgba(0, 0, 0, 0.5);
    margin: 15px;
    margin-right: 150px;
    border-radius: 15px;
    color: black;
    position: fixed;
    top: -100px;
    height: 60px;
    width: 100%;
    display: flex;
    z-index: 1;
    transition: top 0.3s;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  #navbar a {
    float: left;
    display: block;
    transition: color .6s;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 17px;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  
  
  .nav-link {
    height: 50px;
    line-height: 40px;
    display: inline-block;
  }
  .nav-link img {
    height: 40px;
    float: left;
  }
  .nav-icon {
    height: 40px;
  }
  
  .nav-button {
    width: 40px;
    float: right;
    text-align: center;
    padding: 10px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
  }
  
  .nav-logo-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-left: 5px;
    
  }