html{
    background: #EDEFF1;
}
.button{
    background: #cc0000;
}
.button:hover{
    background: #222222;
}
.field:focus{
    outline: 2px solid #222222;
}