:root {
    --background-color: #0c001d;
    --color-logo-primary: #d82828;
    --color-logo-secondary: #ffffff;
    --color-primary: #cccccc;
    --color-highlight: #ffffff;
}

body,
html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-image: url(https://ksir.pw/han-tu-0_dark.jpg);
    /* https://ksir.pw/han-tu-0_dark.txt */
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 105px;
    margin: auto;
    color: #ccc;
}

.center p {
    color: #fff;
}

.konami {
    width: 100px;
    position: fixed;
    left: 0;
    bottom: -100px;
    -webkit-transition: 1s;
    transition: all 1s;
}

.konami.sneak {
    bottom: 0;
}

#auth input[type='submit'],
#auth input[type='password'],
#auth input[type='text'] {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 5px 10px;
    color: white;
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 5px;
    outline: none;
}

#auth input[type='submit']:hover {
    background: rgba(255, 255, 255, 0.5);
}
