h1 {
    color: #a11521;
}

.btn {
    background: #a11521;
}

h3 {
    color: #d52b1e;
}

.value .symbol {
    color: #a11521;
}

.value .dozens {
    color: #a11521;
}

.value .hundreds {
    color: #a11521;
}

input[type~="submit"] {
    background: #a11521;
}

input[type~="text"],
input[type~="number"],
.masked {
    border: solid 1px #a11521;
}