/*
 * @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: #1976d2;
}

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

.header {
    background-color: #1565c0;
}

.btn-back {
    background-color: #0d47a1;
}

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