
body {
  /* background-color: #8f71ff; */
  background-image: linear-gradient(145deg, #e0c3fc, #8ec5fc);
  background-repeat: no-repeat;
  /* background-size: cover; */
  height: auto;
  margin: 0;
}

a {
  color: #82acff!important;
}

#logo {
  max-width: 600px;
  display: block;
  margin:50px auto 30px;
}


h1 {
  font-family: bebas-neue-rounded, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  text-align: center;
  margin: 70px 0px 20px 0px;
  color: #ffffff;
  }

  p {
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 18px;
  }

  #intro {
    max-width: 60%;
    line-height: 1.2;
    margin: 0 auto;
    color: #454545;
  }

  .content-row {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
  }

  .columns {
    flex: 25%;
  }

  .col-1, .col-2, .col-3 {
    /* background-color: #fff;
    height: auto;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 20px 10px;
    padding: 15px; */
  }

  .quote-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 30px 10px;
  }



  .pink {
    text-align: center;
    font-size: 50px;
    color: #f093fb;
    display: block!important;
    margin-bottom: 25px;
    margin-top: 40px;
    }

  .blue {
    text-align: center;
    font-size: 50px;
    color: #82acff;
    display: block!important;
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .green {
    text-align: center;
    font-size: 50px;
    color: #a9eec2;
    display: block!important;
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .purple {
    text-align: center;
    font-size: 50px;
    color: #8f71ff;
    display: block!important;
    margin-bottom: 25px;
    margin-top: 40px;

  }

  .yellow {
    text-align: center;
    font-size: 50px;
    color: #ffd582;
    display: block!important;
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .quote {
    color: #777;
    font-family: muli, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    padding: 15px 15px 10px 15px;
  }

  .episode {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 16px;
    font-family: muli, sans-serif;
  }

  footer {
    background-color: #8bffff;
    height: 38px;
    color: #fff;
    padding: 8px;
    position: relative;
  }

  #credit {
    color: #111;
    font-size: 14px;
    text-align: left!important;
    /* margin: 0!important; */
  }

  /* Responsive layout - makes a two column-layout instead of four columns */
  @media (max-width: 800px) {
    .columns {
      flex: 50%;
      max-width: 50%;
    }

    .content-row {
      width: 100%;
  }

  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media (max-width: 600px) {
    .columns {
      flex: 100%;
      max-width: 100%;
    }

    .content-row {
      width: 100%;
  }

/* @media screen and (max-width: 1080px) {
    .content-row {
      flex-direction: column;
    }
  } */
