html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.header{
    background-color:black;
    color: white;
    padding:20px;
    text-align:center;

}

body {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:100vh;
  margin: 0;
  /*margin-bottom: 0%;*/
}
.content {
    flex-grow: 1;
    padding:20px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.box {
  display: flex;
  flex-direction: column; /* Stacks elements vertically */
  align-items: center;
  height: 90vh; /* Full viewport height */
  gap: 4px; /* Space between elements */
  text-align:center;
  width:60vw;
  margin: 0 auto;
}
img {
  height: 80%; /* Image takes up most of the viewport */
  width: auto; /* Maintain aspect ratio */
  border-radius: 4px; /* Optional styling */
}
h1 {
  margin: 0; /* Remove default margin */
  color:white;
}
.email-link {
  color: red; /* Sets the text color to red */
  text-decoration: none; /* Removes underline (optional) */
  /*font-weight: bold; */
}

.container{
    display:flex;
    justify-content: center;
}

.hid1{
    color:black;
}