*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
  canvas{
      display: block;
  }
  #matrix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-color: #ff0000; */
  }

  .text{
    width: 100vw; 
    height: 100vh; 
    padding-bottom: 100px;
    text-align: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .text h1{
    font-size: 80px; 
    color: #90b0bd;
    font-family: "Playwrite IN", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    /* background-color: #6b6b6b80; */
    /* padding: 60px 100px 60px 100px; */
    border-radius: 40px;
    /* border: #3bc7d3 solid 15px; */
    /* border: #00000000 solid 15px;
    border-bottom: #3bc7d3 solid 10px;
    border-top: #3bc7d3 solid 10px; */
    /* background: linear-gradient(to top, #376b7b, rgba(136, 136, 136, 0)); */
  }
  .span10{
    /* background-color: #ff0000; */
    border: #ff000000 solid 5px;
    border-bottom: #3bc7d3  solid 8px;
    border-radius: 100px;
    padding-bottom: 20px;
    padding-top: 40px;
    font-family: "Cairo", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:"slnt" 0;
    color: #3bc7d3 ;
    /* color: rgb(0, 0, 0); */
  }