html, body {
  height: 100%;
  width: 100%;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
h1 small {
  font-size: 22px;
}

h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
h2 small {
  font-size: 18px;
}

.content {
  width: 100%;
  height: 100%;
  display: flex;
}
.content-left {
  width: 70%;
  height: 100%;
  padding: 15px 30px;
}
.content-left table {
  font-size: 12px;
}
.content-left table thead tr th {
  padding: 0;
  text-align: center;
  width: 6%;
}
.content-left table thead tr th:first-child {
  text-align: left;
  width: 28%;
}
.content-left table tbody tr td {
  text-align: center;
  font-size: 12px;
  padding: 0;
  width: 6%;
}
.content-left table tbody tr td:first-child {
  text-align: left;
  width: 28%;
}
.content-right {
  width: 30%;
  height: 100%;
}
.content-right__first {
  width: 100%;
  height: 33%;
  padding: 15px;
  background-color: #40B249;
  color: white;
}
.content-right__first table {
  font-size: 10px;
}
.content-right__first table, .content-right__first th, .content-right__first td {
  border: 1px solid white;
  border-collapse: collapse;
  text-align: center;
}
.content-right__first th, .content-right__first td {
  padding: 5px;
  line-height: 1.2;
}
.content-right__second {
  width: 100%;
  height: 34%;
  padding: 15px;
  background-color: #3C3C3C;
  color: white;
}
.content-right__second .ayet {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-right__second .ayet-inner {
  text-align: center;
}
.content-right__second .ayet__content {
  margin: 0;
  font-size: 15px;
  text-align: center;
  width: 100%;
  line-height: 1.2;
}
.content-right__second .ayet__author {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
}
.content-right__third {
  font-size: 11px;
  width: 100%;
  height: 33%;
  padding: 15px 30px;
  background-color: #40B249;
  color: white;
}
.content-right__third .prayer-label {
  width: 120px;
  display: inline-block;
}
