.btn{
    border: #C01E1E;
    background-color: #C01E1E;
    color: white;
}

.btn:hover{
    border: #641E1E;
    background-color: #641E1E;
}