body {
    background-color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    max-width: 800px;
    margin: 2rem auto;
    line-height: 1.5;
}

h1, p, a, label {
    color: white;
    margin-top: 40px;
    margin-bottom: 10px;
    text-decoration: none;
}

option {
    background-color: #2a0f5a;
    color: white;
}

p, label {
    color: white;
    margin-top: 10px;
    font-size: 15px;
}

img {
    margin-left: 30px;
    float: left;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1rem;
}
th {
    background-color: black;
    color: white;
    text-align: left;
}

td {
    color: white;
}

th, td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.5rem 0.75rem;
}

tr:nth-child(even) {
    background-color: #1a0d3a;
}

tr:nth-child(odd) {
    background-color: #2a0f5a;
}

.button, a.button {
    background-color: #4e298f;
    color: white;
    border: none;
    padding: 0.2rem 1rem;
    margin: 0.5rem;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.button:hover {
    background: #5e35b1;
}

.button:active {
    background-color: #4a148c;
}

#titel {
    font-size: 18px;
}

#bio {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 200px;
    padding: 15px;
    border-left: 3px solid #d1daff;
}