.btn {
    background-color: #dc0909;
    color: white;
    width: 40vh;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.btn:hover {
    background-color: #b00707;
}

.form-group > label  {
    font-weight: 100;
    position: relative;
    left: 1rem;
    top: 0.7rem;
    font-size: 0.9rem;
    background: white;
    height: auto;
    padding: 0px 0px;
    margin: 0px;
}

.nav-link {
    padding: 8px;
    color: black;
}

.nav-link:hover {
    color: grey;
}

.navbar-nav {
    background: white;
}

.btn1{
    background-color:white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.dropdown {
    border: black solid 1px;
    border-radius: 10px;
    width: 20vh;
}

.Custom-body {
 max-width: 480px;
    margin: 0 auto;
}
.navbar-toggler {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='red' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.custom-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; /* ensures it's above everything else */
  background-color: transparent; /* transparent on big screens */
}

@media (max-width: 991.98px) {
  .custom-navbar.mobile-open {
    background-color: white !important; /* white background when open on mobile */
  }
}

.header123 {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 1rem;
    }

.header123 h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    }

.header123 ol {
    padding-left: 1.2rem;
    line-height: 1.8;
    }