body {
  background-color: 000000;
  margin: 0;
  box-sizing: border-box;
}

.header {
  padding: 20px;
  text-align: center;
}

.links {
  overflow: hidden;
  background-color: #000000;
  display: flex;
  justify-content: center;
}

.links a {
  float: left;
  display: block;
  color: #f2f2f2;
  font-size: 40px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.links a:hover {
  background-color: #ddd;
  color: black;
}

.body {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.episode1 {
  display: flex;
  padding-left: 30px;
  width: 1120px;
  height: 315px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}
.learn1 {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  width: 1120px;
  height: inherit;
}
.learn1 p {
  padding-right: 20px;
}
.episode2 {
  display: flex;
  padding-left: 30px;
  width: 1120px;
  height: 315px;
}
.title1 {
    display: flex;
    align-items: center;
    background-color: 1F2022;
    padding-left: 30px;
    height: 100px;
    width: 1120px;
}
.title2 {
    display: flex;
    align-items: center;
    background-color: 1F2022;
    padding-left: 30px;
    height: 100px;
    width: 1120px;
}
.thumb1 {
  width: 560px;
}
.thumb2 {
  width: 560px;
}
.thumb3 {
  padding-left: 20px;
}
.description1 {

  width: 560px;
  height: 315px;
  padding: 20px;
}
.description2 {
  width: 560px;
  height: 315px;
  padding: 20px;
}
.description3 {
  background-color: 2E3033;
  padding-left: 20px;
}
.tiles {
  width: 373px;
  height: 400px;
}
.tileswrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  width: 1120px;
  height: inherit;
}
.tiletitle {
  width: 373px;
  height: auto;
}
/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{

}
