*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Ms Ui Gothic semibold', 'Brush Script MT', sans-serif;
  background-color: #fff2d9;
}

b {
  color: rgb(192, 25, 25);
}
.wishlist_info {
  text-align: center;
  line-height: 1.2;
  padding: 90px 0px 0px;
}

h3 {
  padding: 18px 35% 0px 35%;
  color: rgb(192, 25, 25)
}

img {
  border-radius: 20px;
  height: auto;
  width: 200px;
}

ul {
  padding: 15px 15% 0px;
}

.back p {
  text-align: center;
  padding: 0;
}

.back {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  color: white;
  background-color: rgb(192, 25, 25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0 auto;
}

@media (max-width: 600px) {
    .wishlist_info {
        padding: 8% 0 0;
    }
}