@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/pork.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 {
  position: absolute;
  left: 1120px;
  width: 460px;
  height: 50px;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
}

#price_1, #price_2, #price_3,
#price_4{
  position: absolute;
  text-align: center;
  left: 1595px;
  width: 160px;
  height: 50px;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
}

#description_1, #price_1 {
  top: 505px;
}
#description_2, #price_2 {
  top: 567px;
}
#description_3, #price_3 {
  top: 628px;
}
#description_4, #price_4 {
  top: 692px;
}
