/*
 * @date:   2017-06-14 16:49:39
 *
 * @link [sugeng-sulistiyawan.github.io](sugeng-sulistiyawan.github.io)
 * @author sugeng sulistiyawan <sugeng.sulistiyawan@gmail.com>
 * @copyright copyright (c) 2023
 */

html, body {
    color: #fff;
    background-color: #e53935;
}

a, a:hover {
    color: #fff;
}

.header {
    background-color: #d32f2f;
}

.btn-back {
    background-color: #b71c1c;
}

.btn-back:hover {
    background-color: #A31919;
}