﻿.btn {
    background: #135B9E;
    color: white;
}

    .btn:hover {
        background: #0080C8;
        color: white;
    }