html {
  height: 100%;
}

body {
  background-color: black;
  height: 100vh;
  width: 100%;
  margin: 0;
}

.logo-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  display: block;
  margin-bottom: 22px;
}

.text {
  font-family: sans-serif;
  font-size: 22px;
  text-align: center;
  color: white;
}
