/* Reset margin and set full height */
html, body {
  height: 100%;
  margin: 0;
  background-color: #2F868F; /* Background color */
}

/* Centering the logo */
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

