/* Whole page background */
body {
    background-image: url(https://www.cs.rpi.edu/~cutler/classes/advancedgraphics/S19/images/berries_mirrored_edit.jpg);
}

/* Make the center site have a transparent white bg instead of the blue gradient */
#site-body {
    background: rgba(240,240,240, 0.75) !important;
}

/* Force sidebars to 220px to line up with the image in top_bar.html */
#container #left_sidebar, #container #right_sidebar {
    width: 220px !important;
    min-width: 220px !important;
    background-color: rgba(220,220,220,0.3 );
}

/* Add your own custom css (and/or rainbows) here */
