body{
    background: #966F33;

}
.alterBildschirm{

    width: 680px;
    height: 400px;
    background: #222222;

    border-radius: 15px;
    box-shadow: inset -1px 2px 10px 5px gray;
    margin: 30px auto;
    padding: 25px;

    font-size: 20px;
    font-weight: bold;
    font-family: monospace, courier, terminal;
    color: #FBC624;
    text-shadow: 1px 1px 1px #E5AC05;
}
.auswahl:hover{
    text-decoration: underline;
}
