
body {
    margin: 0;
    padding: 0;
    background: #2f2e2c;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 50%;
    margin: 0 auto;
    min-height: 100vh;
}

.img img {
    width: 100%;        
    height: 1200px;      
    object-fit: contain;
}

.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:#5b3263 !important;
  font-family:'Tahoma', sans-serif;
}

.loader.hidden {
  display: none;
}
