/*
 * Main Style
 *
 * @link [sugeng-sulistiyawan.github.io](sugeng-sulistiyawan.github.io)
 * @author Sugeng Sulistiyawan <sugeng.sulistiyawan@gmail.com>
 * @copyright Copyright (c) 2023
 */

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    min-height: 100%;
    text-align: center;
    display: table;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: 300;
    margin: 0;
    font-size: 52px;
}

h1 span {
    font-weight: 700;
}

h2 {
    font-weight: 100;
    margin: 0;
    font-size: 24px;
}

p {
    font-size: 18px;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    font-size: inherit;
}

.cover {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

.btn-back {
    position: absolute;
    top: 12px;
    left: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 12px;
}


.btn-back i {
    margin-right: 8px;
}