body {
    margin: 0;
    background: #0d1117;
    color: #c9d1d9;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header h1 {
    background: url('./zabbix_logo.png') no-repeat left center;
    background-size: 140px;
    padding-left: 160px;
    font-size: 26px;
    color: #ffffff;
}

/* description block */
.description {
    background: #161b22;
    border: 1px solid #30363d;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.description a {
    color: #58a6ff;
}

.description a:hover {
    text-decoration: underline;
}

/* table styling */
table {
    width: 100%;
    border-collapse: collapse;
    background: #0d1117;
}

th {
    text-align: left;
    font-size: 12px;
    color: #8b949e;
    border-bottom: 1px solid #30363d;
    padding: 13px;
}

td {
    padding: 12px;
    border-bottom: 1px solid #21262d;
    font-size: 13px;
}

tr:hover {
    background: #161b22;
}

/* links */
a {
    color: #58a6ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* icons */
.icon {
    margin-right: 10px;
}

/* footer */
footer {
    margin-top: 30px;
    font-size: 12px;
    color: #6e7681;
    text-align: right;
}
