
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.text {
  position: absolute;
  bottom:6%;
  width:100%;
  text-align:center;
  color:#24157e !important;
  font-family:'Tahoma', sans-serif;
}

.text h1 {
    font-size:3.5rem;
    margin:0;
}

.loader.hidden {
  display: none;
}
