@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap');

*{
    font-family: 'Nunito', sans-serif;
}

.login{
  font-weight: 500;
  font-size: 200%;
  background-image: url(./images/car-race-g6bc7a8535_1920.jpg);
}

.home{
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}


.price{
    font-weight: 600;
}

.contact{
    font-weight: 600;
}

.btn{
    background-color: #009646;
    border-radius: 5px;
    color: white;
}

.hom{
    color: white;
}

.Carousel{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    padding: 4%;
}

.hero{
    flex: 60%;
    font-size: 20px;
    font-weight: 600;
}

.herr{
 width: 60%;
}

.heeo{
    width: 40%;
}

.brands{
    margin-top: 3%;
    
 }

.team{
   margin-top: 8%;
   font-weight: 400;
}

.desgin{
 font-weight: 600;
}


footer{
    background-color: #009646;
    color: white;
    margin-top: 4%;
}

.fooa{
  text-decoration: none;
  color: white;
}

.fooak{
    text-decoration: none;
    color: black;
  }

  .about{
      padding: 5%;
      font-weight: 500;
  }