html body {
    background-color: white;
    background-image: url("../../media/close-up-sneaker-s-sole_light-hd.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-logo img {
    height: 55px;
    width: auto;
    display: block;
    margin: 0 auto;
}