.home_header{
  text-align: center;
  padding-bottom:50px;
}

.rank_number {
  text-align: center;
}

body {
  background-color: #f4f4f4;
}

.navbar {
  background-color: #e10600 !important;
}
.navbar .navbar-brand,
.navbar .nav-link {
  color: white !important;
  font-weight: bold;
}
.navbar .btn-outline-success {
  color: #ffd700;
  border-color: #ffd700;
}

.hero-section {
  background-color: #333333;
  color: white;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.driver-card {
  border: 2px solid #333333;
  border-radius: 8px;
  background-color: white;
  transition: transform 0.2s;
}

.driver-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.driver_image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 5px 5px 0 0;
}

.view-image {
  width: 100%;
  max-width: 500px;
  height: 350px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 8px;
  display: block;
  margin-bottom: 1rem;
}

h1, h2 {
  color: #b30000;
}
.form-control:focus {
  border-color: #b30000;
  box-shadow: 0 0 0 0.2rem rgba(225,6,0,0.15);
}
.btn-primary {
  background-color: #b30000;
  border-color: #b30000;
}
.btn-primary:hover {
  background-color: #b30000;
  border-color: #b30000;
}

.text-muted {
  color: #777 !important;
}

.list-group-item-action mark {
  padding: 0;
}