body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #4d16fa; */
  background: maroon;
  color: #333;
  /* font-family: 'calibri', sans-serif; */
  Font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.container {
  text-align: center;
  padding: 2rem;
  border-radius: 5px;
  /* background-color:#b7ee09; */
  background: black;
  flex: 0 0 80%;
  min-height: 80vh;
}

.codenewbie-logo {
  max-width: 600px;
  width: 80%;
  margin-bottom: 0rem;
}
.test {
  height: 10vh;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}

#quoteBtn {
  border: none;
  /* color:#b7ee09; */
  color: #fff;
  background: #4d16fa;
  font-size: 1.1rem;
  padding: 0.4rem 0.8rem;
  /* border-radius: 20px; */
  cursor: pointer;

  /* New Button styling */
  /* https://www.youtube.com/watch?v=6iGhSurTiQk */
  margin: 5% 20px;
  padding: 20px 20px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
  /* background: orange; */
  width: 280px;
  height: 30px;
  background: #B03060;
  border-radius: 30px 0 30px 0;
  transition: 0.5s;
  /* transform: translateY(-10px); */
}

/* #quoteBtn:hover {

  transform: translateY(10px);
  background: rgb(160, 130, 3);
  outline-style: none;
} */

.KodeBase {
  transform: translateY(10px);
  background: rgb(160, 130, 3) !important;
  outline-style: none;
  transition: all 2s linear;
}

/* .CodeBase {
  transform: translateY(10px);
  background: rgb(160, 130, 3) !important;
  outline-style: none;
} */

blockquote {
  background: #f9f9f9;
  font-size: 1.1rem;
  /* border-left: 10px solid #4d16fa; */
  border-left: 20px solid maroon;
  padding: 0.75rem 1.5rem;
  max-width: 80%;
  margin: 1.5rem auto;
  margin-top: 1.5rem;
}

h2,
h3,
p,
a {
    /* color: #4d16fa; */
    color: black;
}

a {
  font-size: 1.2rem;
  text-decoration: none;

}

a:hover,
a:focus {
  color: black;
}

#quote {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 0;
  padding-top: 0;
}

#quoteAuthor {
  /* color: #4d16fa; */
  color: black;
  text-transform: uppercase;
  font-size: 1.1rem;
  /* margin-top: .5rem; */
  font-size: .9rem;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: .2em;
  text-align: right;
}

#quoteEpisode {
  color: #fff;
  text-transform: uppercase;
  font-size: .7rem;
}

@media all and (max-width: 360px) {
  a {
    font-size: 16px;
  }
}

@media all and (max-width: 414px) {
  blockquote {
      max-width: 90%;
      /* min-height: 79vh; */
  }

  #quoteBtn {
    padding: .8rem 1.2rem;
    max-width: 80%;
  }
}

@media all and (min-width: 415px) {
  /* this is ipad but maybe change this */
  blockquote {
    /* min-height: 58vh; */
  }

  h2 {
    font-size: .9rem;
  }
}
