/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Background */
body {
   background-image: url("https://app.finnlysport.com/web/web_image/image/52829f4837a14a8c93db98ed8027b3a5");
}

/* Menu */
.header {
   background-color: white;
}
 }
 
 .k-menu {
    background-color: white;
 }
 
 .k-menu .k-state-active, .k-popup.k-context-menu.k-group .k-state-hover {
    background-color: white;
 }

/* Schedule setup */
.schedule-grid__title{
    color: blue
}

 

