
body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
}


h1 {
    text-align: center;
    color: #623766;
    margin-bottom: 30px;
}


span {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #444;
}


p {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

th, td {
    padding: 10px 12px;
    border: 1px solid #ccc;
    text-align: left;
}

th {
    background-color: #623766;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td a {
    color: #623766;
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}


@media (max-width: 600px) {
    body {
        padding: 20px;
    }

    table, th, td {
        font-size: 0.9em;
    }
}
