body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(to bottom, #e8d8c4, #cbb59e);
    background-size: cover;
    font-family: 'Times New Roman', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a4638;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 24px;
}