body {
    font-family: 'Times New Roman', Times, serif;
    background: url(bg.png);
}
a {
    all: unset;
    color: blue;
}
a:hover {
    cursor: pointer;
    text-decoration: underline overline;
}
#gehalt #1 {
    margin-left: 100px;
}
#header {
    background: white;
    height: 60px;
    border: 1px solid black;
    margin: unset;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 20px;

}
#header h1 {
    margin-top: 0;
    background: linear-gradient(90deg, red, orange, yellow, green, blue, violet);
    background-size: 50%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -20px;
}
#consoleWrapper {
    border: 1px solid black;
    height: 460px;
    margin: 2%;
    padding: 20px;
    overflow: scroll;
    display: flex;
    flex-direction: column-reverse;
    background-color: white;
}
#console {
    background-color: white;
}
#input {
    width: 80%;
    padding: 10px;
    border: 1px solid black;
    position: absolute;
    left: 8%;
    background: radial-gradient(circle,rgba(180, 180, 200, 1) 0%, rgba(135, 133, 163, 1) 100%);

}
#input input {
    width: 80%;
    height: 40px;
    border: none;
    font-family: 'Times New Roman', Times, serif;
}
#input button {
    height: 50px;
    width: 18%;

}
#fuck {
    background:white;
}