body {
  background-color: #FFFFF2;
}

h1 {
    text-align: center;
}

/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar span {
  float: left;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #FFD700;
  padding: 14px 150px;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin: 75px; /* Add a top margin to avoid content overlay */
  
}

/* for the calednar */

h3 {
    text-align: center;
}

td {
    padding: 5px;
    vertical-align: top;
}

.date {
        font-size:18pt;
}

.importantdate {
    color: #FF0000;
}

.dayoff {
    background-color: #D0F7DA;
}

.reading {
    color: rgb(153,0,255);
    font-weight: bold;
}

.practice {
    color:rgb(106,168,79);
    font-weight: bold;
}