/*style video*/
video {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.7em;
}

/*remove margin of blockquote*/
blockquote {
  margin: 0;
}

/*container of text under video*/
#containerVideoText {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.7em;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

/*text styling*/
#text {
  padding: 15px;
  padding-top: 0;
  margin: 0;
}

/*rocket league text styling*/
#thisIsRocketLeague {
  padding-top: 15px;
  font-weight: bold;
  color: #f5a623;
}