<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topArea{
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.lessonTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  vertical-align: top;
  top: 15px;
  left: 15px;
  font-family: 'NanumBarunGothic';
}
.contentTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-family: 'NanumBarunGothic';
  color: #fff;
  font-size: 22px;
  text-shadow : 0 0 3px #21377f, 0 0 3px #21377f, 0 0 3px #21377f, 0 0 3px #21377f, 0 0 3px #21377f, 0 0 3px #21377f, 0 0 3px #21377f;
  text-align: right;
  vertical-align: top;
  top: 15px;
  right: 15px;
}
</pre></body></html>