.table-of-contents.open {
  background-color: #282828;
}

.entry-title {
  text-align: center;
}

video {
  box-shadow: 0 0 3px 1px red;
}

video:hover {
  box-shadow: 0 0 5px 2px red;
}

strong {
  color: #a8a8a8;
}

footer {
  text-align: center;
}



.entry-title a {
  color: #b0b0b0;
}