body {
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #dacaaf;
  font: 14px Helvetica, Arial, sans-serif;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.logo {
  max-width: 50%;
  min-width: 25%;
  margin-bottom: 1rem;
}
h2 {
  margin: 0px;
  margin-bottom: 1rem;
  line-height: 1.0;
}
