input {
    width: 150px;
    margin-right: 2rem;
    height: 2rem;
}

.codes {
    width: 95%;
    margin: auto;
}

.farbtyp {
    border: 1px solid whitesmoke;
    padding: 0.65rem;
    margin-bottom: 0.4rem;
}
.item1 {
    width: 95%;
    height: 2rem;
    margin-bottom: 0.4rem;
    font-size: larger;
}

button {
    width: 150px;
    height: 2rem;
    margin: 0.3rem;
}

.color-display {
    margin: 2rem;

}