body, html {
    height: 100%
}

/* hide selection on black background */
::selection {
    background: rgba(206, 206, 206, 0.28);
    color: white;
}

a {
    color: white;
}

a:hover {
    color: white;
}

.bgimg {
    background-image: url('https://jooinn.com/images/forest-lake-1.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 16px;
    padding: 10px;
    background-color:rgba(0,0,0,.5) !important;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
    font-size: 10px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px 20px 5px;
    background-color:rgba(0,0,0,.5);
}