@import "project.css";

/* Brief width and bracket height */

.brief {
  width: 35rem;
}

.briefbracket {
  height: 11rem;
}

/* Update ti basic css */

.whitesection {
  background-color: #e6e7e8;
}

.whitesection H1 {
  color: black;
}

/* Stationary */

.stationarycontent {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 75%;
  justify-content: center;
}

#letterhead {
  width: 25rem;
}

#businesscard {
  width: 15rem;
}

#envelop {
  width: 25rem;
}

#a4envelop {
  width: 25rem;
}

#cd {
  width: 16rem;
}

/* Print */

#billboard {
  width: 40rem;
}

.streamer {
  width: 11rem;
}

#poster {
  width: 20rem;
}

#bakerylogo {
  width: 30rem;
}

#pattern {
  width: 25rem;
}

#sleeve {
  width: 20rem;
}

.tray {
  width: 15rem;
}

#mock {
  width: 60rem;
}

#wrappingpaper {
  width: 60rem;
}
