.nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
 }

 a {
   color: red;
   text-decoration: none;
   font-weight: bold;
 }

.facts li {
  background-color: #E9E9E9;
  color: #F21059;
  font-weight: bold;
  text-indent: 5%;
  font-size: 1em;
  padding: 5px;

}

.week h5 {
  font-weight:bold;
}

.week img {
  border: 1.5px red double; 
  margin-bottom: 10px;
  margin-right: 20px;
}

.comment img {
  margin-right: 5px;
  padding: 10px;
}

.comment h6 {
  color: #485FAA;
  font-weight: bold;
  margin-bottom: 2px;
}

.comment p {
  margin-bottom: 2px;
  margin-left: 75px;
}
.comment ul {
  font-size: 0.8em;
  color: #485faa;
  margin-left: 75px;
}
.comment li {
  list-style-type: none;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.comment li:last-child {
  color: #888;
}

.comment {
  border-bottom: 0.2px solid #bbb; 
  margin-bottom: 10px;
}

.sidebar h5{
  font-weight: bold;
  text-align: center;
}

.sidebar p {
  font-weight: bold;
}

.sidebar img {
  text-align: center;
}