body {
    background: url('../assets/holz.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Georgia', serif;
    color: #f5f5dc;
    padding: 20px;
}

h1, h2 {
    font-family: 'Old Standard TT', serif;
    color: #d4af37;
    text-shadow: 1px 1px 2px #000;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(0,0,0,0.6);
}

table th, table td {
    border: 1px solid #d4af37;
    padding: 8px;
    text-align: left;
}

form {
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    margin-bottom: 20px;
}

input, select, button {
    display: block;
    margin: 10px 0;
    padding: 8px;
    font-size: 16px;
}

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

nav li {
    display: inline-block;
    margin-right: 15px;
}

a {
    color: #d4af37;
    text-decoration: none;
}
