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

.bgimg {
    background-image: url('img/NOSurfboardsfond.jpg');
    height: 100%;
    background-size: cover;
    position: relative; 
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;   
}

.topleft {
    position: absolute;
    top: 16px;
    left: 16px;
}

.topright {
    position: absolute;
    top: 16px;
    right: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}