body{background-color:#000000;
color:#ffffff;
}

a {
    color: #ffffff;
}

a:hover {
    color: #ccc;
 text-decoration:none;
}



.c-alert {
    color: #333;
    background: #ddd;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}


.c-button--primary {
    background: #444444;
}


.c-button--primary:hover {
    background: #ccc;
}
