/* Extra CSS to override theme. */

.button {
    border: 3px solid gray;
    background: darkcyan;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 10px 4px rgba(0,20,0,0.2);
}

.button:hover {
    background-color: cyan;
    color: black;
}
