@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&display=swap');/* Reset some default styles */
body, h1, h2, p {
    margin: 0;
    padding: 0;
}

body{
      letter-spacing: 2px;
}

header {
    background-color: #FCB202;
    color: #fff;
    padding: 20px;
    text-align: left;
    letter-spacing: 2px;
}


h1{
    font-style: italic;
    font-family: 'Noto Sans TC', sans-serif;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px;
}

h2{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-size: 0.5rem;
    font-weight: 300;
}

.a-1{
font-weight: 900;
letter-spacing: 1px;
}
.a-1:hover{
font-weight: 900;
letter-spacing: 1px;
}
a:hover {
    color: #F90026;
    text-decoration-line: unset;
    font-weight: 500;
}

p{
    font-size: 0.9rem;
    font-weight: 200;
}

.p-1{
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0rem !important;
}


h3{
    color: #F90026;
    font-size: 1.1rem;
    font-weight: 500;
}


main {
    padding: 20px;
}

.episode {
    margin-bottom: 10px;
    border: 1px solid #aaa;
    padding: 10px;
    display: flex;
    align-items: center; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

audio {
    width: 100%;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
}
.img0{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.border-bottom {
  border-bottom: 10px solid transparent!important;
}

.border-bottomM {
  border-bottom: 30px solid transparent!important;
}

.border-bottomXL {
  border-bottom: 40px solid transparent!important;
}
