
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f9ff;
  text-align: center;
  color: #0b1e3c;
}
.logo {
  max-width: 200px;
  margin-bottom: 30px;
}
h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}
p {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
a {
  color: #0b1e3c;
  text-decoration: underline;
}
