/* math 324 */
.math-324 .content-wrapper{
  background-image: url("../../assets/images/math324.png");                
}
body.math-324{  
background-color: rgba(20,20,20,0.9);
}
.math-324 .week-item-content{    
  background-color: rgb(240, 240, 240);
}
/* .math-324 .current-week .week-item-content{        
  background-color: gray; 
} */
.math-324 footer{    
  background-color: slategray;
}