/*Holy Bible Recovery Version
 *Stylesheet-Version 1.0
 *HI-resolution version
 */
.container {
  display: flex;
  font: bold 135% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  color: #CC9933; /* 可选，设置文字颜色 */
}

.center-container {
  display: flex;
  font: bold 230% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  color: white; /* 可选，设置文字颜色 */
  text-align: center; /* 可选，设置文字居中 */
}

.center-container1 {
  display: flex;
  font: bold 120% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 86px; /* 容器的高度 */
  margin-left: 1em; /* 使用em单位 */
  background: linear-gradient(45deg, #33FF99, #FFFFCC); /* 设置背景颜色 */
  border-radius: 20px; /* 设置圆角大小 */
  padding: 10px; /* 可选，添加内边距 */
  color: white; /* 可选，设置文字颜色 */
  text-align: center; /* 可选，设置文字居中 */
}

.center-container2 {
  display: flex;
  font: bold 120% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 86px; /* 容器的高度 */
  margin-left: 1em; /* 使用em单位 */
 background: linear-gradient(45deg,  #00FFFF,#33FF99); /* 设置背景颜色 */
  border-radius: 20px; /* 设置圆角大小 */
  padding: 10px; /* 可选，添加内边距 */
  color: white; /* 可选，设置文字颜色 */
  text-align: center; /* 可选，设置文字居中 */
}
.center-container3 {
  display: flex;
  font: bold 120% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 86px; /* 容器的高度 */
  margin-left: 1em; /* 使用em单位 */
  background: linear-gradient(45deg, #00CC33, #00FFFF); /* 设置背景颜色 */
  border-radius: 20px; /* 设置圆角大小 */
  padding: 10px; /* 可选，添加内边距 */
  color: white; /* 可选，设置文字颜色 */
  text-align: center; /* 可选，设置文字居中 */
}

.center-container4 {
  display: flex;
  font: bold 120% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 86px; /* 容器的高度 */
  margin-left: 1em; /* 使用em单位 */
 background: linear-gradient(45deg, #f4A460, #00CC33);/* 设置背景颜色 */
  border-radius: 20px; /* 设置圆角大小 */
  padding: 10px; /* 可选，添加内边距 */
  color: white; /* 可选，设置文字颜色 */
  text-align: center; /* 可选，设置文字居中 */
}

.center-container5 {
  display: flex;
  font: bold 120% 'Palatino', serif;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 86px; /* 容器的高度 */
  margin-left: 1em; /* 使用em单位 */
  background: linear-gradient(45deg, #660000, #f4A460); /* 设置背景颜色 */
  border-radius: 20px; /* 设置圆角大小 */
  padding: 10px; /* 可选，添加内边距 */
  color: white; /* 可选，设置文字颜色 */
  text-align: center; /* 可选，设置文字居中 */
}

.chapter-links {
  margin: 0.5em 0;
  text-align: center;

}
.chapter-links h2 {
  font: bold 155% 'Palatino', serif;
  color: #555;
  text-transform: uppercase;
  align-items: center; /* 垂直居中 */

}



/* text link colors */
a[href] {
  text-decoration: none;
  color: #c70f15;
  font-weight: 600;
}
a[href]:hover, a[href]:focus {
  text-decoration: underline;
}
.rcv-nav {
  padding: 1rem;
  text-align: center;
}
.rcv-nav a {
  display: inline-block;
  padding: 0.375em 0.75em;
  border-radius: 4px;
  margin: 0.25em 0.125em; 
  color: #c70f15;
  font-weight: normal;
  text-decoration: none;
  background-color: #ddd;
  border: 1px solid #ccc; 
  line-height: 100%;
}
.rcv-nav a:hover {
  text-decoration: none;
  background-color: #ccc;
  border-color: #999;
}
.rcv-nav .active {
  color: #777;
  background-color: #ccc;
  border-color: #999;
  cursor: default;
}
/* rcv index, chapter, prevnext link styles */
.ot-links a, .nt-links a, .chapter-links a, .prevnext a {
  display: inline-block;
  padding: 0.375em 0.5em;
  border-radius: 4px;
  margin: 0.25em 0.125em; 
  color: #533404;
  font-weight: normal;
  text-decoration: none;
  background-color: #eddec7;
  border: 1px solid #d2ad72;
}
.ot-links a:hover, .ot-links a:focus, 
.nt-links a:hover, .nt-links a:focus, 
.chapter-links a:hover, .chapter-links a:focus,
.prevnext a:hover, .prevnext a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d2ad72;
  border: 1px solid #a58653;
} 
/* chapter links styles */
.chapter-links a {
  width: 1.75em;
  margin: 0.125em 0;
}






body {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    align-items: center; /* 垂直居中 */
}

aside1 {
    flex: 0;
    background-color: ;
    border-radius:1px;
    padding: 1px;
}

aside2 {
    flex: 0;
    background-color:;
    border-radius:1px;
    padding: 1px;
}

aside3 {
    flex: 0;
    background-color: ;
    border-radius:1px;
    padding: 1px;
}

aside4 {
    flex: 0;
    background-color: ;
    border-radius:1px;
    padding: 1px;
}

aside5 {
    flex: 0;
    background-color: ;
    border-radius:1px;
    padding: 1px;
}
main {
    flex: 6;
    background-color: #ffffff;
    border-radius:1px;
    padding: 1px;
}


footer {
    flex: 8;
    background-color:  #F0FFF0;
    padding: 20px;
}

