html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: opensans;
}

body{
    overflow: hidden;
    background-color: black;

    width: 100%;
    min-height: 100%;

    background-image: url("../media/logo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}