* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  font-family: "MavenPro", Arial, Helvetica, sans-serif;
}

#root {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.splash-screen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.splash-screen > .splash-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 10em;
  width: 80em;
  max-width: 80%;
}

.splash-screen > .splash-logo > .message {
  padding: 3em;
  font-size: 1.3em;
  text-align: center;
  font-family: "MavenPro", Arial, Helvetica, sans-serif;
}
