body {
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

header {
  background-color: #333;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

main {
  margin: 2rem;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin: 0.5rem 0;
}

input {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

button {
  padding: 0.5rem;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}
.Cars_Drivers {
  appearance: button;
  background-color: #273dff;
  border: solid transparent;
  border-radius: 17px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #fffffffd;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: .8px;
  line-height: 25px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 35%;
}

.Cars_Drivers:after {
  background-clip: padding-box;
  background-color: #0076fd;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.Cars_Drivers:main,
.Cars_Drivers:focus {
  user-select: auto;
}

.Cars_Drivers:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.Cars_Drivers:disabled {
  cursor: auto;
}

.Cars_Drivers:active {
  border-width: 4px 0 0;
  background: none;
}
