.featured {
  border: 2px double black;
}

.flex1 {
  justify-content: center;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

lite-youtube {
  width: 300px;
  margin: 5px;
  margin-bottom: 5px;
}

h3 {
  background:#030303;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
  border-left: 8px double #BA0000;
}

h2 {
  text-shadow: 1px 2px 3px black;
}