html{
    background: #3498db;
}
.button{
    background: #E74C3C;
}
.button:hover{
    background: #ec7063;
}
.field:focus{
    outline: 2px solid #ec7063;
}