<style>

*{
  padding: .5%;
  box-sizing: border-box;
  flex-direction: column;
}
body {
  scroll-behavior: smooth;
  font-family: 'Caveat Brush', cursive;
  background-color: #002D72;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(22px, 5vw, 60px);
  color: white;
}
header {
  background: #002d72;
  text-align: center;
}
  h2 {
    text-align: center;
    font-family: 'Caveat Brush', cursive;
    font-size: clamp(48px, 5vw, 60px);
    color: white;
  }
  a{
    color: white;
  }
  p{
    text-align: center;
    font-family: 'Caveat Brush', cursive;
    font-size: big;
    font-size: clamp(22px, 5vw, 60px);
    color: white;
  }
  h3{
    text-align: center;
    font-family: 'Caveat Brush', cursive;
    font-size: clamp(22px, 5vw, 60px);
    color: #white;
}
  h4{
    text-align: center;
    font-family: 'Caveat Brush', cursive;
    font-size: clamp(22px, 5vw, 60px);
    color: #ff5910;
  }
  form{
    text-align: center;
    font-family: 'Caveat Brush', cursive;
    font-size: clamp(22px, 5vw, 60px);
    color: #FFFFFF;
  }


  /*ul {
    margin: 0 8%;
    text-align: center;
    align-items: center;
    width: auto;
    padding: 2px 0px 5px 10px;
    display: flex;
    background-position: center;
    background: #FF5910;
}*/

  li {
    list-style: none;
    padding: 5px 10px;
    color: #ff5910;
    font: Kirang Haerang;
}

  /*ul li a {
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    color: #002D72;
    position: relative;

}
*/
/*ul li a::before {
    text-align: center;
    content: "";
    width: 0px;
    height: 20px;
    background: #002D72;
    position: absolute;
    top: 100%;
    left: 0;
    transition: .25s;
}

  ul li a:hover::before {
    width: 33%;
    transform: translateX(100%);
}*/
  a i {
    	color: #FF5910;
    	margin: 1%;
	width: 15%;
  }
  .section {
    padding: 5px;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 5px;
#section2 { background-color: #002D72; width: 100%; align-items: center;}
#section1 { background-color: #FF5910; width: 100%; align-items: center;}
#section4 { background-color: #002d72; width: 100%; align-items: center;}
#section3 { background-color: #ff5910; width: 100%; align-items: center;}
}
  .container{
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
    font-size: clamp(22px, 5vw, 60px);
  }
  .contact{
    font-family: 'Caveat Brush', cursive;
    align-items: center;
    padding-left: 10px;
    text-align: center;
    flex: 1 1 20px;
    max-width: 100%;
    font-size: clamp(22px, 5vw, 60px);
    background: #FF5910;
    font-color: #002d72;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 2px;
    margin-top: 20px;
  }
  .submit{
    align-items: center;
  }
  .episode-card {
    border-color: #FF5910;
    border: 10px;
    max-width: 100%;
    font-size: clamp(22px, 5vw, 60px);
    background: #FF5910;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  input, textarea {
    width: 75%;
    margin-bottom: 10px;
    padding: 5px;
    resize: both;
  }
  .episodes {
    background: #FF5910;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: clamp(22px, 5vw, 60px);
    flex-wrap: wrap;
  }
  iframe{
    padding-top: 25px;
  }
  textarea {
    height: 140px;
    width: 75%
  }
  .canvas{
    background: #FF5910;
    flex: 1 1 20px;
    max-width: 100%;
    font-color: white;
    font-size: clamp(22px, 5vw, 60px);
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  button {
    padding: 10px 15px;
    cursor: pointer;
    width: 50%;
    height: 60px;
    margin-bottom: 25px;
  }
  footer {
    font-family: 'Caveat Brush', cursive;
    text-align: center;
    font-size: clamp(22px, 5vw, 60px);
  }
</style>
