body {
    text-align: center;
    font-family: "Fantasy",sans-serif,
}

table {
 border-collapse: collapse;
 border-style:solid;
 border-width: 1px;
 border-spacing: 8px;
 caption-side: bottom;
 empty-cells: show;
 margin:auto;
 padding: 1em; 
}

caption {
  border-style: none;
  border-width: 1.5px;
  padding: 1px;
}

td,
th {
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
    text-align: center;
    font:"Arial";
}

#Sunday {
    background-color:bisque;
}

#Monday{
    background-color:bisque;
}

#Tuesday {
    background-color:bisque;
}

#Afternoon-01 {
    background-color:bisque;
}

#Evening-01 {
    background-color:bisque;
}

#Night-01 {
    background-color:bisque;
}

#Morning-01 {
    background-color:bisque;
}

#Afternoon-02 {
    background-color:bisque;
}

#Evening-02 {
    background-color:bisque;
}

#Night-02 {
    background-color:bisque;
}

#Morning-02 {
    background-color:bisque;
}

#Weather {
    background-color:bisque;
}

#Description {
    background-color:bisque;
}

#Temperature {
    background-color:bisque;
}

#Comfort-Levels {
    background-color:bisque;
}

#Wind-Speed {
    background-color:bisque;
}

#Wind-Direction {
    background-color:bisque;
}