.table2 {
  border-collapse: collapse;
}

.table2 tr {
  font-size: large;
  text-align: center;
  vertical-align: bottom;
  width: 400px;
  height: 45px;
}

.table2 th {
  width: 200px;
}

.table2,
.table2 th,
.table2 td {
  border: 2px solid black;
}

#break,
#lunch {
  background-color: rgb(229, 229, 229);
}

#tableTitle,
#dear {
  background-color: #dcdac4;
}

#mon {
  color: darkgreen;
}

#tues,
#fri {
  color: darkred;
}

#wed {
  color: darkblue;
}

#thurs {
  color: brown;
}

#jetPic,
#earthVid {
  width: 500px;
}

#applePic {
  height: 100px;
}
