body {
    font-family:
        "Segoe UI",
        system-ui,
        -apple-system,
        sans-serif;
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    line-height: 1.6;
    background-color: #f5f5f5;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #2c3e50;
    font-size: 1.1rem;
    padding: 0.8rem 1rem;
    margin: 0.5rem 0;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    width: 100%;
}

a:hover {
    background-color: #e0e0e0;
    color: #1a252f;
}

br {
    display: none;
}
