
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #111;
    color: #f5f5f5;
    font-family: "EB Garamond", serif;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;
}

main {
    font-family: "EB Garamond";
    font-weight: normal;
    max-width: 700px;
    padding: 2rem;
    text-align: center;
}

h1 {
    font-family: "Cinzel";
    font-weight: 600;
    font-size: 3.5rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.08em;
}

h2 {
    font-family: "Cinzel";
    font-size: 1.75rem;
    font-weight: normal;
    color: #888;
    margin-top: 0;
    margin-bottom: 2rem;
}

p {
    line-height: 1.7;
    color: #cccccc;
}

footer {
    margin-top: 3rem;
    color: #666;
    font-size: 0.9rem;
}

hr {
    margin: 2.5rem auto;
    width: 80px;
    border: none;
    border-top: 1px solid #333;
}

.eb-garamond-400 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-italic {
    font-style: italic;
}