*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  font-family: system-ui, sans-serif;
  background: #ffffff;
  color: #7c8083;
  padding-top: 25px;
  background-color: #0b1014;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

.main-title {
  text-align: center;
}
.main-title h2 {
  margin-bottom: 0;
  font-size: 30px;
}
.main-title h2 svg {
  display: inline-block;
  width: 30px;
  opacity: 0.5;
}
.main-title .date {
  font-size: 13px;
}

.gospel-main {
  background-color: #0b1014;
  max-width: 900px;
  margin: 0 auto;
}

.gospel-container {
  margin: 25px 13px 18px 13px;
  padding: 10px 15px 20px 15px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #182027;
  font-size: 18px;
  position: relative;
}
.gospel-container svg {
  opacity: 0.3;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 10px;
}
.gospel-code {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: right;
}

.gospel-line {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
  padding: 0 15px;
  margin-top: 20px;
  opacity: 0.7;
}

.gospel-text {
  white-space: pre-line;
  line-height: 1.6;
  color: #ebebeb;
}

.source {
  text-align: center;
  color: #666a6d;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 16px;
}
.source a {
  color: #666a6d;
}
.explanation-button {
  display: block;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 6px 15px;
  opacity: 0.5;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 34px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.explanation-button:hover {
  opacity: 1;
}
.explanation-box {
  margin-top: 35px;
}
.explanation-box h3 {
  text-align: center;
  margin-bottom: 30px;
}
.explanation-box .info-explanation {
  font-size: 10px;
  text-align: center;
  margin-top: 32px;
}
.explanation-box .explanation-text {
}
