html, body {
  height: 100%;
  margin: 0;
  font-family: system-ui, Arial, sans-serif;
  background: #000000;
  color: #e6eef6;
}

.center {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px;
}

.box {
  width: 90%;
  max-width: 920px;
  padding: 24px 28px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 1.5;

  text-align: -webkit-center;

}

h1 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #ffffff;
}

p {
  margin: 0 0 14px;
  color: #cfe6ff;
}

.muted {
  color: #9fb3c8;
  font-size: 14px;
}

a {
  color: #58a6ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (min-height: 700px) {
  .center {
    align-items: center;
  }
}




footer {
padding: 20px;
#background-color: rgba(30, 30, 30, 0.8); 
#border-top: 2px solid #FFFFFF; 
margin-top: auto; 
width: 100%; 
display: block;
text-align: -webkit-center;
unicode-bidi: isolate;
}
.footer-images {
    display: flex; 
    justify-content: center; 
    margin-bottom: 10px;
    background-color: transparent; 
    flex-wrap: wrap;
    gap: 6px;                  /* spacing between images */
}

.footer-images img {
    width: 82px; 
    height: auto; 
    margin: 0 5px;
}
        
footer a {
    background: none;
    padding: 0;
    border-radius: 0;
}
       
footer a:hover {
    background: none;
}


