#c-loading {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  background-image: url("../images/bg1.jpg");
  flex-direction: column;
  padding: 2rem;
}

#c-loading img:first-child {
  width: 250px;
  margin-bottom: 40px;
}

#c-loading img:last-child {
  width: 50px;
}
