@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}

.navbar-dark {
  background-color: #0A2240 !important;
}
.nav-link {
  color: #ffffff !important;
}
.nav-link.btn {
  background-color: #ffffff;
  color: #0A2240;
  border-radius: 4px;
}

.hero-section {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
              url('jim.jpg') center/cover no-repeat;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.hero-section p {
  font-size: 1.2rem;
}

#verifyForm button {
  background-color: #0A2240;
}

footer {
  background-color: #0A2240;
  color: #cccccc;
  font-size: 0.9rem;
}
