@import url(utilites.css);
.cyberTruckSection {
  background-image: url(/random-images/2024-Tesla-Cybertruck-003.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100dvh;
}

.truckContainer {
  display: block;
  max-width: 35rem;
  margin: 0 auto;
  padding-top: 3%;
}

.truck img {
  width: 100%;
}
@media screen and (max-width: 473px) {
  .truck img {
    padding: 0.5rem;
  }
}
.truck span {
  display: block;
  width: 100%;
  color: white;
  font-weight: bolder;
  font-size: 1.8rem;
  text-align: center;
}

.cyberTruckSectionButtons {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.cyberTruckSectionButtons a {
  color: white;
}
.cyberTruckSectionButtons a:nth-child(2) {
  background-color: white;
  color: #3e6ae1;
}
@media screen and (max-width: 473px) {
  .cyberTruckSectionButtons {
    padding: 0 1rem;
    flex-direction: column;
  }
  .cyberTruckSectionButtons a:nth-child(2) {
    margin-top: 0.5rem;
  }
}/*# sourceMappingURL=cyberTruckSection.css.map */