.blue-back {
  background: url("../images/download-background.webp") center center no-repeat;
  background-size: cover;
}

.header .slide {
  margin: 0, auto;
  width: 99%;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.details {
  background-color: #fff;
}

.extras {
  min-height: 350px;
  background: linear-gradient(to bottom, rgb(51, 99, 255), rgba(52, 194, 254, 0.8)), url("../images/header-background.webp") center center no-repeat;
  background-size: cover;
}

#signup1 {
  background-color: #fff !important;
}

th {
  padding-bottom: 10px;
}

td {
  padding-bottom: 8px;
}

span.email b {
  display: none;
}

@media (max-width: 992px) {
  .navbar {
    background: var(--bs-light);
  }
}
