body {
    background: url("../vendor/img/wallpaper2.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 56px;
}

#start-purchase-btn {
    background-color: #185963;
    color: white;
}

#start-purchase-link {
    text-decoration: none;
    color: white;
}
