@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Raleway&display=swap');

body {
  background-color: #f6f0f0;
  font-family: 'Raleway', serif;
  color: #33373f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  text-align: center;
}

.card img.logo {
  height: 240px;
  margin-bottom: 16px;
}

h1 {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  color: #33373f;
  margin-bottom: 15px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #d63384;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 20px;
  font-style: italic;
  font-weight: bold;
}
