body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Lora', serif;
    color: #fff;
    background-color: #000;
}

#step-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#step-1-box {
    position: relative;
    text-align: center;
    width: 100%;
}
#step-1-box img {
    width: 12vmax;
    border: 0.4vw solid #fff;
    margin: 0.4vw;
}

.coder {
    display: inline-block;
}

#codeadam {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 24px;
    padding: 15px;
    z-index: 10000;
    font-family: Arial, Helvetica, sans-serif;
}

#refresh {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 30px;
    padding: 15px;
}

a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

textarea:focus, 
input:focus,
*:focus {
    outline: none;
}