* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: "Inter", serif, sans-serif;
}
main {
  width: 100%;
  height: 100%;
}
.showcase-image {
  background: url(https://images.unsplash.com/photo-1465146344425-f00d5f5c8f07?q=80&w=2076&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D3D);
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: blur(30px);
  z-index: -1;
  /* position: absolute;
  top: 0;
  left: 0; */
}
.loader-text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 64px;
  font-weight: 600;
}

