body {
  font-family: 'Josefin Sans';
  margin: auto;
  padding: 40px; 
  background-color: #d9d2e9;
}

img{
  border: 5px solid #c27ba0;
  border-radius: 30px;
}

button{
  border: 5px solid #c27ba0;
  border-radius: 5px;
  background-color: #ead1dc;
  height: 70px;
  width: 200px;
  text-align: center;
  font-family: 'Josefin Sans';
  font-size: 20px;
}

#images{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#images img{
  margin: 10px;
}

#quantity{
  border: 5px solid #c27ba0;
  border-radius: 5px;
  background-color: #ead1dc;
  height: 50px;
  width: 50px;
  text-align: center;
  font-family: 'Josefin Sans';
  font-size: 20px;
}