/* loader.css created by ferrixx at 20.10.2018 17:55 */

body::-webkit-scrollbar {
      display: none;
  }

  .loader {
    position: fixed;
     background-color: #FFF;
     opacity: 1;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
