body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #b99e97;
    color: #000000;
    font-family: 'Segoe UI', Arial, sans-serif;
}

h1 {
    color: #5a5050;
    margin: 0 0 0.5rem;
    font-size: 2.25rem;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
}

.fancy-text {
    color: #5a5050;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-style: normal;
    font-weight: 700;
}

a {
    color: #5a5050;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    text-decoration: underline;
}