body {
    background-color: transparent !important;

    background-image: 
        linear-gradient(
            to top,
            rgba(255, 255, 255, 0.9),
            transparent
        ),
        url('../images/motherboard3.jpg') !important;

    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    
    /* Locks background in place so scrolling doesn't require vertical tiling */
    background-attachment: fixed;
    
    min-height: 100vh;
}
