@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@700&display=swap");

.dark {
  background: #263238;
}

.dark h1 {
  color: #ccc;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #333;
  margin: 0;
}

svg {
  display: block;
}

.carWrapper {
  display: flex;
  justify-content: center;
  background: #fff;
}

.flexContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
