body {
    background-color: rgb(120, 120, 120);
}

/*HEADLINE*/
#header {
    background-color: rgb(40, 40, 40);
    border: 2px solid black;
}

#header a {
    text-decoration-line: none;
}

#headline {
    margin: auto;
    width: fit-content;
}

#headline h1 {
    margin: 0px;
    padding: 10px;
}

/*GENERAL*/
h1 {
    color: white;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: bold;
    font-size: 2.5em;
}

.link {
    width: fit-content;
}

.link a {
    color: black;
    text-decoration-line: none;
}

.link p {
    margin: 2px;
}

.searchList {
    max-height: 10em;
    min-height: 1em;
    width: fit-content;
    overflow-y: auto;
    border: 3px solid black;
}

.searchList button {
    margin: 2px;
    padding: 2px;
    border: 1px solid black;
}

td {
    width: 50%;
    vertical-align: top;
}

.buttonSearch {
    cursor: pointer;
    transition-duration: 0.2s;
}

.buttonSearch:hover {
    background-color: rgb(50, 50, 50);
    color: white;
}

.input {
    border: 2px solid black;
}

.chartholder {
    position: relative;
}