@import url('https://fonts.googleapis.com/css2?family=Domine:wght@700&family=Lato&display=swap');

h1 {
  font-family: 'Domine', serif;
  font-size: 4rem;
  font-weight: 700;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(to bottom, #8ec6f7 0%, #eaf3fa 100%);
  position: relative;
}

.centered-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer {
  text-align: center;
  margin-top: 2rem;
  color: #888;
  font-size: 0.9rem;
}