body {
  background-color: beige;
}

.contents {
  background-color: rgb(240, 247, 252);
  border-radius: 15px;
  display: flex;
  width: 80%;
  margin: auto;
  flex-direction: column;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/*------------------------*/

#back {
  font-size: 25px;
  text-decoration: none;
  color: black;
}

/*------------------------*/
.main h3 {
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid gray;
  width: 40%;
  margin: auto;
  margin-bottom: 50px;
}

/*---------------------------*/

.priceImfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid gray;
  padding-bottom: 50px;
  padding-top: 30px;
  font-size: 20px;
}

.imgImfo {
  text-align: center;
}

.imgImfo p {
  margin-bottom: 0;
}

.imgImfo img {
  border-radius: 10px;
  margin-left: 20px;
}

.textImfo {
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  font-size: 25px;
}

.textImfo #price {
  margin-bottom: 0;
}
/*------------------------*/
#removebtn {
  padding: 20px 30px;
  font-size: 20px;
  border-radius: 10%;
  background: none;
}

dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  padding: 100px 200px;
  border-radius: 10px;
  border: none;
  background-color: bisque;
}

dialog button {
  width: 400px;
  height: 50px;
  background-color: peru;
  border-radius: 10px;

  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

dialog button#removeAll {
  margin-bottom: 20px;
  margin-top: 50px;
}

dialog button#closeDialog {
  display: block;

  width: 200px;
  margin: 100px auto 0;
}
