html, body {
  height: 100%;
}

body { background-color: #3280dd; }

.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo .logo__link > span {
  display: none;
}

