body {
    background-color: #222222;
    background-image: url(logo.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position-y: center;
    background-size: 50%;
}
