body {
    background-color: #fbf5f3;
}

h1 {
    text-align: center;
    color: #ed2939;
}

h2, h3, h4 {
    text-align: center;
    color: #81007f;
}

p {
    text-align: center;
    color: navy;
}
th, tr, td {
    border: 1px solid; 
    color: navy;
}

table, iframe {
    margin-left: auto;
    margin-right: auto;
}

#joke {
    color: green;
}

img {
    display: block;
    margin:auto;
    max-width: 100%;
}

ol{
  text-align: center;
  color: green;
}
.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #8daa9d;
  display: flex;
  justify-content: center;
}

.navbar li a {
  display: block;
  color: #84dccf;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar li a:hover {
  background-color: #7b0828;
}

.navbar li a.active {
  background-color: #7b0828;
}

#day_section, .day_section{
  color:green;
  font-size: 16pt;
  text-decoration: underline;
}

figcaption{
  text-align:center;
  color: green;
}