@font-face {
  font-family: "Normal";
  src: url("./fonts/Nexa-Heavy.ttf");
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #BF0C2E;
}

/*Body properties*/
body {
  margin: 0;
  padding: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background-image: url("../assets/chicken.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/*P info properties*/
p {
  font-family: Normal;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #BF0C2E;
}

/*P description properties*/
#description_1,
#description_2, #description_3,
#description_4 ,#description_5,
#description_6, #description_7,
#description_8, #description_9 {
  position: absolute;
  left: 1120px;
  width: 460px;
  height: 50px;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
}

#price_1, #price_2, #price_3,
#price_4, #price_5, #price_6,
#price_7, #price_8, #price_9{
  position: absolute;
  text-align: center;
  left: 1595px;
  width: 160px;
  height: 50px;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
}

#description_1, #price_1 {
  top: 265px;
}
#description_2, #price_2 {
  top: 320px;
}
#description_3, #price_3 {
  top: 378px;
}
#description_4, #price_4 {
  top: 435px;
}
#description_5, #price_5 {
  top: 492px;
}
#description_6, #price_6 {
  top: 550px;
}
#description_7, #price_7 {
  top: 815px;
}
#description_8, #price_8 {
  top: 870px;
}
#description_9, #price_9 {
  top: 928px;
}
