:root {
  --template-color-0: #bcca00 !important;
  --template-color-1: #c6d401 !important;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  background-color: #f9f9f9;
}
h1, h2, h3 {
  color: #333;
}
p {
  margin: 0 0 10px;
}
main ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
main li {
  list-style-type: disc;
}
.section {
  margin-bottom: 20px;
}

footer {
  padding: 0 !important;
}

.privacy_section {
  padding-bottom: 0 !important;
}

.privacy_section p {
  line-height: 1.8;
}

@media (min-width: 100px) and (max-width: 996px) {
  #loginBtn {
    width: 100%;
  }

  #settingsBtn {
    width: 100%;
  }
}

footer .copyright_section .container {
  display: flex;
  gap: 1rem;
}

footer .copyright_section .container p {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}

.social_icon ul {
  flex-direction: column;
}

footer .copyright_section .container a {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 505px) {
  footer .copyright_section .container {
   flex-direction: column;
 }
}

