body {
    background-color: darkblue;
}
#main {

}
/* Abschalten der Input Pfeile */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#image {
    display: block;
    width: 12em;
    height: 12em;
    padding:0;
    margin-left: auto;
    margin-right: auto;
}
#codeform {

}
#labeltext {
    color: yellow;
    font-size: 24px;
    font-weight: bold;
}
#headline {
    color: yellow;
    font-size: 24px;
    font-weight: bold;
}
div {
    #border: 1px solid red;
}

#inputloscode2 {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
}

#serverresponse {
    display: none;

    color: black;
    font-size: 20px;
    font-weight: bold;
}
#submitbutton {
    height: 44px;
}
#impressum {
    color: yellow;
    font-size: 14px;
    font-weight: bold;
}