html {
   position: relative; /* Added for sticky footer */
   min-height: 100%; /* Added for sticky footer */
}
body {
   font-size: 16px;
   font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
   color: #000; 
   margin-bottom: 100px; /* Added for sticky footer */ 
   margin-top: 0 !important; margin-left:0; margin-right:0;
   line-height: 1.42857143;
}

.site-container {
   position: relative;
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
   padding: 0 20px;
   box-sizing: border-box;}

.footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   /* Set the fixed height of the footer here */
   max-height: 100%;
   padding-top: 6px;
   padding-bottom: 6px;
   background-color: #f5f5f5;
   border-top: 1px solid #ddd;
   text-align: center;
   font-size: 13px;
}

@media (max-width: 867px) {
   .footer { max-height: 100%; padding-bottom: 20px; font-size: 11px !important; }
   .footer > .container > a { padding: 8px; }
   body { margin-bottom: 100px; }
   .navbar-collapse { clear: both; }
}

h1 { margin-top: 18px; font-size: 28px; }
h2 { margin-top: 16px; font-size: 24px; }
h3 { font-size: 22px;}
h4 { font-size: 16px;}
h5 { font-size: 16px;}
p { margin-top: 5px; margin-bottom: 10px; }

h1.card-title { margin-top:5px;margin-bottom:5px;font-size:24px;}
h2.card-title { margin-top:5px;margin-bottom:5px;font-size:20px;}
h3.card-title { margin-top:5px;margin-bottom:5px;font-size:16px;}

.margin-top-10px { margin-top: 10px !important; }
.margin-top-20px { margin-top: 20px !important; }
.margin-10px {margin:10px !important;}
.margin-ord {margin-left:10px !important;margin-top:10px !important;margin-bottom:10px !important;}

.cloud-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  padding: 1em 0;
}
.cloud-word {
  font-size: 1.2em;
  text-decoration: none;
  color: #007bff;
  background: #f2f2f2;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.2s ease;
}
.cloud-word:hover {
  background: #e0e0e0;
  text-decoration: underline;
}

.share-links .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
