html {
    height: 100%;
}
body {
    color: #bbb;
    background-color: black;
    background-image: url(farmwest.jpg);
    background-size: auto 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    height: 100%;
}
div.logo {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
}
div.logo > div {
    position: absolute;
    top: 60%;
    height: 40%;
}

div.logo div {
    position: fixed;
    width: 100%;
    margin-bottom: 1em;
    bottom: 0;
}
img.logo {
    content: url(logo.svg);
    filter: invert(1);
    margin-right: 5%;
    max-height: 60%;
    width: 80%;
    #position: absolute;
    left: 5%;
}
