html {
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif !important;*/
}

@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%;
}

body {
  margin-bottom: 60px;
  background-color: #121212; /* Set background color to black */
  color: white; /* Set text color to white for better readability */
}

.navbar{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
}

body { --bs-body-font-family: 'Montserrat'; }
h2{ font-weight: 800; text-transform: uppercase;}

p {
  margin-bottom: 1.5rem;
}

.btn-rounded {
  background-color: #05C3DE;
  color: #121212;
  border: none;
  border-radius: 50px; 
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.btn-rounded:hover {
  background-color: #04A1B8; 
}

.btn:disabled {
  opacity: 1; 
  background-color: #545454;
  border-color: #545454;
  color: #121212; 
}
