
.classics {
  border: 10px brown;
  height: 150px;
  width: 800px;
  background-color:white;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 50px;

  }


.classics p {
  font-size: 10px;
}

.a {
  height: 50px;
  width: 20px;
  padding: 10px;
  border: 20px;
  margin: 10px;

}

.a p {
   transform: rotate(90deg);
}


.b {
  height: 60px;
  width: 30px;
  
}

.c {
  height: 45px;
  width: 20px;
  
}


.d {
  height: 48px;
  width: 34px;
}


.f {
  height: 50px;
  width: 25px;
}

.g {
  height: 47px;
  width: 30px;
}


.h {
  height: 40px;
  width: 30px;
}

