body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

header p {
    font-size: 0.9em;
    color: #555;
}

h2 {
    color: #333;
}

a {
    text-decoration: none;
    color: #0275d8;
}

a:hover {
    text-decoration: underline;
}

form label {
    font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
    width: 100%;
    max-width: 400px;
    padding: 6px;
    margin-top: 4px;
    box-sizing: border-box;
}

button {
    padding: 8px 16px;
    background-color: #0275d8;
    border: none;
    color: #fff;
    cursor: pointer;
}

button:hover {
    background-color: #025aa5;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin-top: 15px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 6px 8px;
}

table th {
    background-color: #f7f7f7;
}

p {
    margin: 10px 0;
}
