body {
    font-family: Arial, sans-serif;
    margin: 20px;
    color: #1f2937;
    line-height: 1.4;
}

h1 {
    margin-bottom: 12px;
}

h3 {
    margin-top: 18px;
    margin-bottom: 8px;
}

a {
    color: #0b57d0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

th,
td {
    border: 1px solid #ccc;
    padding: 6px;
    vertical-align: top;
}

th {
    text-align: left;
    background-color: #f8fafc;
}

form {
    margin-top: 10px;
}

label {
    font-weight: 600;
}

input,
select,
textarea,
button {
    font: inherit;
    padding: 6px 8px;
    margin-top: 2px;
    margin-bottom: 8px;
}

input,
select,
textarea {
    width: min(680px, 100%);
    box-sizing: border-box;
}

button {
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 14px 0;
}

