.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #141217;
  background-size: cover;
}

.splash-screen__wrapper {
  position: relative;
}

.splash-screen__logo {
  width: 320px;
}
