.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: white;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;

}
.loader {
    width: 100%;
    text-align: center;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
}

/*
  Set the color of the icon
*/
.loader svg path,
.loader svg rect {
    fill: rgb(22 163 74);
}
