@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url('fonts/Lora/Lora-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: #fff1e9;
  color: #444;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.container {
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(53,120,248,0.08);
  max-width: 600px;
  text-align: center;
}
h1, h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Lora', serif;
  color: #2d2d2d;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.section {
  margin-bottom: 1.5rem;
  text-align: left;
  color: #555;
}
.desc {
  margin: 1.5rem 0;
  font-size: 1.08rem;
  color: #555;
}
small {
  color: #888;
}
