/* Whole page background */
body {
    background-image: url(https://www.cs.rpi.edu/academics/courses/fall22/csci1200/images/birbseed_medium.png);
    background-color: rgba(240,243,250,0.00);
    background-blend-mode: lighten;
}


/* 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.65 );
}

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