body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #333;
}
header {
  border-bottom: 3px solid black;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
}
.card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.btn:hover {
  background-color: #218838;
}

.table_container {
  overflow-x: auto;
}

table {
width: 100%;
border-collapse: collapse;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
min-width: 600px;
overflow: hidden;
}

thead {
background-color: #2ecc71;
color: white;
}

th, td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #ddd;
}

tbody tr:hover {
background-color: #f5f5f5;
}

th {
font-weight: bold;
}

td {
color: #333;
}

thead tr:first-child th:first-child {
border-top-left-radius: 8px;
}
thead tr:first-child th:last-child {
border-top-right-radius: 8px;
}
header.hero {
color: #fff;
text-align: center;
padding: 50px 20px;
animation: fadeIn 1s ease-in-out;
}
header {
display: flex;
gap: 30px;
justify-content: space-evenly;
align-items: center;
}
.logo_container {
text-align: center;
padding: 20px 0;
}
.logo {
width: 200px;
}
.button {
text-align: center;
padding: 10px 0;
}
.btn {
padding: 12px 15px;
color: #404040;
background:#28a745 ;
height: auto;
text-decoration: none;
border-radius: 7px;
white-space: nowrap;
font-size: 16px;
font-weight: bold;
background: transparent;
border: 1px solid #28a745;
}

ul, ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

li::marker {
  color: #28a745;
}
.btnn {
padding: 12px 15px;
color:#fff;
background: #28a745;
font-size: 16px;
height: auto;
text-decoration: none;
border-radius: 7px;
white-space: nowrap;
font-weight: bold;
}
@media (min-width: 1320px) {
.container {
max-width: 1320px;
}
}
.container {
padding-left: 12px;
padding-right: 12px;
}
.col-sm-3 {
top: 170px;
background-color: #222;
padding: 20px;
margin: 50px auto;
border: 1px solid #ddd;
margin-bottom: 30px;
border-radius: 5px;
max-width: max-content;
}
.toc h2 {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
color: #fff;
}
.toc a {
display: block;
margin: 5px 0;
color: #fff;
text-decoration: none;
}

.faq {
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.faq__title {
  text-transform: uppercase;
  color: #28a745;
}

details {
  background-color: #28a745;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px 30px;
  margin-block: 30px;
}

summary,
p {
  text-align: left;
}

summary {
  color: #fff;
  margin-inline-start: 1rem;
  list-style-position: outside;
}

summary::marker {
  color: #28a745;
  font-size: 18px;
}

details p {
  margin-bottom: 0;
  color: #fff;
}

.rounded-social-buttons {
  margin-top: 40px;
  text-align: center;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5sease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.pinterest {
  background: #007bb5;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.row5, .row5 a {
  color: #f2f2f2;
  background-color: #404040;
}
@media screen and (min-width: 960px) {
  #topbar, #header, #shout, #container, #copyright {
      max-width: 978px;
      margin: 0 auto;
  }
}

.center_image {
  width: 70%;
  position: relative;
  margin: 40px 0;
  left: 50%;
  transform: translateX(-50%);
}
#copyright {
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  gap: 30px ;
}
#copyright p {
  margin: 0;
  padding: 0;
}

.bonus {
  width: 100%;
  margin: 40px 0;
}

.fl_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.row5, .row5 a {
  color: #f2f2f2;
  background-color: #404040;
}
#copyright p {
  margin: 0;
  padding: 0;
}
.fl_right {
  float: right;
}
.clear::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.row5, .row5 a {
  color: #f2f2f2;
  background-color: #404040;
}

a {
  text-decoration: none;
}
@media(max-width: 720px) {
  #copyright {
    flex-direction: column;
    align-items: center;
  }

  .center_image {
    width: 100%;
  }

  header.hero {
    flex-direction: column;
    gap: 0;
  }
}
