body {
  background: rgb(0, 15, 31);
  color: white;
  font-family: 'Arial', sans-serif;
  font-weight: 100;
  text-align: center;
}

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

.logo {
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}