html {
    height: 100%;
}

body {
    background-color: #07080a;
    height: 100%;
    width: 100%;
    margin: 0;
}

div.logo {
    background-image: url("nosepicker-games.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
 }