body{
  background-color: #000;
}
.LogimoSplash {
  background-color: #000;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 10000;
  padding: 0;
  margin: 0;
}
.LogimoSplash img {
  width: 100%;
  margin-top: 30vh;
  animation: rotateIn 2s infinite;
}