#splashscreen {
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto;
}

#splashscreen .container {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  font-family: Roboto;
  font-size: 18px;
  line-height: 24px;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}

#splashscreen .main {
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: 'red';
  animation-delay: 0.5s;
}

#splashscreen .footer {
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;

  animation-delay: 0.5s;
}

#splashscreen .footer .copyright {
  margin: 15px 0;
}
