body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    background: #222;
    color: white;
    padding: 20px;
    text-align: center;
}

main {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    background: white;
}

h1, h2 {
    color: #222;
}

footer {
    text-align: center;
    padding: 10px;
    background: #222;
    color: white;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.status-link {
    font-weight: bold;
    color: #0f9d58;
    border: 1px solid #0f9d58;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.status-link:hovor {
    background: #0f9d58;
    color: white;
}