@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Lexend+Deca:wght@300;400&display=swap');
body{
  margin: 0;
  background-color: hsl(0, 0%, 95%);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lexend Deca",sans-serif;
}

.Preview-container{
  margin: 0;
  width: 60vw;
  height: 70vh;
  display: flex;
  flex-direction: row;
}

.Preview-1{
  background-color: hsl(31, 77%, 52%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0;
}

.Preview-2{
  background-color:  hsl(184, 100%, 22%);
}

.Preview-3{
  background-color: hsl(179, 100%, 13%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.Heading{
  font-family:"Big Shoulders Display";
  color: hsl(0, 0%, 95%);
  padding: 0 0 0px 40px;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  bottom: 20px;
}

button{
  background-color: hsl(0, 0%, 95%);
  padding: 15px 40px;
  border-radius: 2rem;
  border-color:  hsl(0, 0%, 95%);
  border: solid;
}
.car{
  padding: 50px 0 10px 40px;
}

.detail{
  padding: 0px 20px 10px 40px;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 1.5;
  font-size: 15px;
  position: relative;
  bottom: 30px;
}
.btn{
  padding: 10px 10px 20px 40px;
}

.btn-1{
  color: hsl(31, 77%, 52%);
}
.btn-2{
  color: hsl(184, 100%, 22%);
}
.btn-3{
  color: hsl(179, 100%, 13%);
}

@media (max-width:400px){
  .Preview-container{
    flex-direction: column;
  }
}
