* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #3ba3d6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.full-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-image {
  width: 100%;
  height: auto;
  max-width: 2560px;
  display: block;
}
