.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

p {
  line-height: 1.3em;
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: 500;
  font-family: Bitter;
}

ul, li {
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: 400;
  font-family: Bitter;
}

h1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: black;
}

h2, h3, h4 {
  text-align: center;
  color: #CC0000;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.blackbar {
  background-color: #000000;
  box-shadow: inset 0 4px 0 #0000ff;
  padding: 0 0 1% 0;
}

.midbluebar {
  background-color: #010057;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}

.padding0 {
  padding: 0 !important;
}

.check:before {
  content: "\2714";
  color: blue;
  margin-right: 6px;
  font-weight: bold;
  margin-left: 20px;
  font-size: 40px;
  text-indent: 50px;
}

.darkbar {
  color: white;
  font-size: 24px;
  background-color: #4D4D4D;
  padding: 9px;
  font-weight: bold;
border-radius:10px;
  border: 2px solid blue;
}

.outsideshadow {
  position: relative;
  box-shadow: 6px 0 4px -4px silver, -6px 0 4px -4px silver;
}

.myButton {
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: linear-gradient(to bottom, #FF6600 5%, #fc910f 100%);
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  padding: 21px 90px;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

a {
  color: blue;
}

.round {
  border: 1px solid white;
  border-radius: 20px;
}

.whitetext {
	color:white;
}

.valuebar {
  font-size: 34px;
  background-color: blue;
  color: white;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
}


.center-text { text-align:center; }
.margin_top1{margin-top:1%;}
.margin_top4{ margin-top: 5%; }
.margin_top6{margin-top:6%;}
.margin_strip{margin-top:8%;}
.margin_top2{margin-top:2%;}
.margin_top-4{margin-top:-4%;}
.margin_top-5{margin-top:-5%;}
.margin_top-1{margin-top:-1%;}


hr {
  border-top: 5px double blue;
  margin: 10px 0;
}

.book-description {
  width: 80%;
  border-radius: 12px;
  overflow: hidden;
}

.book-description h1 {
  color: white;
}

.book-description p {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.book-description .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  text-align: center;
}

.book-description .col-34, .col-66 {
  padding: 10px;
}

.col-34 {
  width: 34%;
  background-color: #b0c4de;
  color: #000;
}

.col-66 {
  width: 66%;
  background: linear-gradient(to bottom, #FF6347, #DC143C);
  color: #fff;
  font-weight: bold;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 24px;
  border-left: 3px solid #8B0000;
}

.monetization-list {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #333;
  padding: 20px;
  border: 2px solid #004080;
  background-color: #f9f9ff;
  border-radius: 10px;
}

.monetization-list li {
  margin-bottom: 12px;
  padding: 10px;
  border-left: 4px solid #B2BEB5;
}

.footer {
  text-align: center;
  padding: 10px 0;
  max-width: fit-content;
  margin: auto;
}

.footer a {
  text-decoration: none;
  color: blue;
}

.footer a:hover {
  text-decoration: underline;
}

