body, html {
    height: 100%;
}

.bgimg {
    background-image: url('/img/landscape.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

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

.imgattrib {
    position: absolute;
    bottom: 20px;
    right: 16px;
    background: rgba(169, 169, 169, 0.7);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.logo {
    height: 150px;
    background-color: white;
    padding: 5%;
    border-radius: 15px;
}

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