body {
  color: #120931;
  background-color: #EDD6AB;
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans Condensed', sans-serif;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header {
  background: #EA5034;
  padding: 2rem;
  text-align: center;
  font-family: 'Sonsie One', cursive;
  font-size: 2.5rem;
  border-bottom: 0.2rem solid #f4a090;
}
.header > h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  color: #EDD6AB;
  text-shadow: 2px 2px 5px #1BB48D;
}
.subheader {
  font-family: 'Sonsie One', cursive;
  font-size: 1.5rem;
  color: #EDD6AB;
}
.screen-1 {
  text-align: center;
  padding: 5vmin 5vmin;
  color: #120931;
  font-size: 2.2rem;
  font-family: 'Quicksand', sans-serif;
}
.screen-2 {
  text-align: center;
  padding: 2rem 5vmin;
  color: #120931;
  font-size: 2.2rem;
  font-family: 'Quicksand', sans-serif;
}
.screen-3 {
  text-align: center;
  padding: 2rem 5vw 2rem 5vw;
  color: #120931;
  font-size: 2.2rem;
  font-family: 'Quicksand', sans-serif;
}
.screen-results {
  padding: 2rem 5vw 2rem 5vw;
  color: #120931;
  font-size: 2.2rem;
  font-family: 'Quicksand', sans-serif;
}
.form-control {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #EA5034;
  margin: 0;
  padding: 0 0.7rem;
  height: 3rem;
  width: 5rem;
  font-size: 2rem;
  display: inline;
  text-align: left;
}
.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #DCC039;
}
.row {
  padding: 1rem 0;
  margin: 0;
}
.btn {
  background: #EA5034;
  color: #EDD6AB;
  border: 1px solid #120931;
  outline: none;
}
.dropdown-2 {
  width: auto;
  max-width: 50vw;
  padding: 0 0.3rem;
}
.dropdown-2:disabled {
  background: none;
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.radio-buttons {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.radio-labels {
  color: #120931;
  margin: 0 ;
  padding: 0.8rem;
  margin: 0.5rem 0rem;
  min-width: 12rem;
  height: 14rem;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 50% / 20%;
  background: #DCC039;
  border: 0.4rem solid rgba(0, 0, 0, 0.9);
  box-shadow: 0rem 0.8rem rgba(0, 0, 0, 0.6);
  transition: all ease-out 0.4s;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.radio-labels.active,
radio-labels:active,
.radio-labels:focus-within,
.radio-labels:focus {
  background: #EA5034;
  color: white;
  box-shadow: 0rem 0.3rem rgba(0, 0, 0, 0.9);
  outline: none;
  transform: translateY(4px);
}
.radio-labels:hover {
  color: #120931;
}
.fuel-number {
  font-size: 3rem;
  font-weight: 800;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.fuel-price-inner-btn {
  background-color: #1BB48D;
  color: #120931;
  padding: 0.1em;
  margin: 0.3rem;
  border: 1px solid #120931;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.7) inset;
  border-radius: 0.5rem;
}
.screen-3 label {
  font-weight: 400;
  text-align: right;
}
.car-selection-menu {
  padding: 0;
  margin: 0;
}
.section-title {
  padding: 2rem;
}
.bottom-nav {
  padding: 2rem;
}
footer {
  background: #120931;
  font-size: 0.8rem;
  color: #EDD6AB;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#btn-calculate {
  margin-right: 2rem;
}

#article {
  padding: 5% 10% 1% 10%;
}