html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../icons/partner_splash_screen.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.center {
  align-content: center;
  height: 100vh;
}
.center h2 {
  color: white;
  font-weight: bold;
  justify-self: center;
}

.circular-loader {
  display: block;
  margin: 0 auto;
  animation: none;
}

.bottom-center {
  position: absolute;
  bottom: 2%;
  width: 100%;
}

.branding {
  display: flex;
  justify-content: center;
  align-items: center;
}
