* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: hsl(30, 38%, 92%);
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  height: 100vh;
}

main {
  background-color: white;
  width: 500px;
  /* height: auto; */
  /* margin: auto; */
  display: flex;
  /* gap: 10px; */
  border-radius: 5px;
  /* flex-wrap: wrap; */
}

img {
  width: 250px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.content {
  padding: 20px;
}

.perfume {
  color: hsl(228, 12%, 48%);
  font: "Montserrat";
  margin: 15px 0px;
  font-family: "Fraunces";
  letter-spacing: 8px;
}

.floral {
  color: hsl(228, 12%, 48%);
  margin: 15px 0px;
  font-family: "Fraunces";
}

h1 {
  line-height: 25px;
  margin: 15px 0px;
  font-family: "Fraunces";
  font-weight: 2000px;
}

.price {
  color: hsl(158, 36%, 37%);
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 15px 0px;
  font-family: "Montserrat";
}

.line {
  text-decoration: line-through;
  color: hsl(228, 12%, 48%);
  font-family: auto;
}

.button {
  color: white;
  background-color: hsl(158, 42%, 18%);
  width: auto;
  height: 40px;
  /* margin: auto; */
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

/* @media screen and {
}
 {
} */
