body {
  background-color: #f2f2f2;
  width: 1000px;
  font-family: 'Ubuntu';
  font-size: 16px;
  color: #06355c;

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
main {
  width: 1000px;
}

.mainDiv {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iframeVideo {
  width: 1000px;
  height: 564px;
}
.gplayLink {
  margin-top: 20px;
}


.divisor {
  width: 80%;
  height: 1px;
  background-color: #06355c;
  margin: 20px 0px;
}
.blogTitle {
  font-family: 'Luckiest Guy';
  margin-top: 20px;
  font-size: 80px;
  color: #46bf56;
  text-shadow: 3px 3px #000;
}
.blogEntry {
  width: 80%;
  display: flex;
  flex-direction: row;
}
.blogEntryImage {
  flex-grow: 0;
  width: 200px;
  height: 200px;
}
.blogEntryText {
  flex-grow: 1;
  flex-direction: column;
  margin: 20px;
}
.blogEntryTextTitle {
  font-size: 26px;
}
.blogEntryTextDesc {
  align-items: 'center';
  margin-top: 20px;
}