.splash-screen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(45deg, #6e0000, #e70303);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.content-splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  text-align: center;
}

.content-splash .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.content-splash img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 1px white) hue-rotate(0deg) brightness(1900%);
}
