/* loading animation  */

.floadingLoading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: rgba(0, 255, 149, 0.205);
    z-index: 99999;
  }

  #loading {
    width: 300px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.205);
    padding: 0;
    position: fixed;
    z-index: 99999;
  }

  #floadingLoading{
    width: 30%;
    height: 40%;
    position: fixed;
    z-index: 9999;
    top: 28%;
    
    left: 32%;
  }
  #Loadingcanva{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.315);
    overflow: hidden;
    visibility: hidden;
    
}


/* tye wrinting animation */

#typing-animation {
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 20px;
  background-color: #fff;
}
