*{
    margin: 0;
    padding: 0;
    overflow: hidden;

}

canvas{
    width: 100%;
    height: 100%;
    z-index: -1;
}

#loader {
    position: fixed;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-image: url('../aden_loader.svg');
    background-size: 72px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    transition: opacity 0.5s ease-in;
    z-index: 1;
    pointer-events: none
  }