#splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #101217;

  .splashscreen__logo {
    height: 230px;
    width: 260px;
    background-image: url('logo_P.gif');
  }
}
