@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap");
img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

div.youTubeLinks, div.homeworkLinks {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 2rem auto;
}

a.link {
  display: inline-block;
  font-family: Prompt;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  margin: 0px 1rem 0px 1rem;
  text-decoration: none;
  color: #00c262;
  border-bottom: 2px dotted;
}

hr {
  border: 2px solid #C0A2C6;
  margin: 60px 0px 30px 35px;
}

.audioTimeLineModule {
  background-color: #2b3158;
}

.timeMark {
  background-color: #6672b6;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #2b3158;
}

body {
  padding: 0px 30px 0px 30px;
  background-color: #1A1E36;
}

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: sans-serif;
}

h1 {
  font-size: 4rem;
  text-align: center;
  color: #ffffff;
}

h2 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4rem;
  color: #FF4751;
  margin: 10px 0px 20px 25px;
}

p {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4rem;
  color: #A1FFE7;
  margin: 10px 0px 20px 25px;
}

p.kru {
  color: #6672b6;
  font-family: serif;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

p.nakRian {
  color: #abb2d7;
  margin-bottom: 3rem;
}

p.nsa {
  margin-bottom: 1rem;
}

p i {
  font-size: 2.8rem;
  font-style: normal;
}

p span, li span {
  color: #85bcd5;
}

ul {
  list-style: none;
  font-family: sans-serif;
  margin: 10px 0px 40px 30px;
}

li {
  font-size: 3rem;
  line-height: 4rem;
  color: #abb2d7;
  margin: 0px 0px 10px 0px;
}

li.ans {
  color: white;
}

li.ans::after {
  content: " ←";
  color: #FF4751;
}

li.exp {
  color: #abb2d7;
}

span.vocab {
  color: #ffffff;
}

span.quote {
  font-size: 2.5rem;
}

u {
  border-bottom: 3px dotted white;
  line-height: 1.1em;
}

u > em {
  background-color: white;
  color: white;
}

u > em:after {
  border-color: transparent transparent white transparent;
  border-width: 10px;
  margin-left: -10px;
}