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

@font-face{
    font-family:"Roboto-Bold";
    src:url(.../fonts/Roboto_bold.tff);
}

.bgimg {
    height: 100%;
    background-color: #118697;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Roboto-Bold";
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
    margin-top: 20px;
    text-align: center;
    
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.bottomleft p{
    font-size: 20px;
    text-align: center;
}

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

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