@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
}

main {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 200px;
}

h1 {
    text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 0.5rem;
}

h2 {
    text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

p {
    text-align: center;
  font-size: 1.2rem;
  color: #555;
}
