
body {
  background-color: #ffffff; 
  color: #212529; 
  font-family: 'Arial', sans-serif;
}

/* Navbar */
.navbar {
  background-color: #000000; 
}

.navbar .navbar-brand,
.navbar .nav-link {
  color: #ffffff !important;
}

.navbar .navbar-toggler-icon {
  background-color: #ffffff;
}

.btn-outline-danger {
  border-color: #dc3545; 
  color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545; 
  color: #ffffff; 
}


.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}


h1, h2, h3 {
  color: #dc3545; 
  font-weight: bold;
}


.container {
  padding: 2rem;
}


p, li {
  color: #212529;
}


input[type="email"],
input[type="password"],
input[type="text"],
input[type="date"] {
  border: 1px solid #ccc; 
}

input[type="submit"] {
  background-color: #dc3545; 
  color: #ffffff; /
}

input[type="submit"]:hover {
  background-color: #c82333; 
}


.mt-5 {
  margin-top: 3rem;
}

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1.5rem;
}
