body {
  margin: 0;
  padding: 0;
}
.splash-screen {
  position: absolute;
  z-index: 130;
  width: 100%;
  height: 100%;
  top: 0;
  background: transparent;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Poppins, Helvetica, 'sans-serif';
}

.splash-screen img {
  max-width: 300px;
  margin-bottom: 30px;
}

.sort-reverse {
  transform: rotate(180deg);
}
.sort-button{
  border: none;
  background: none;
  color: #a8abbc;
}
