* {
  font-family: "Gaegu", serif;
  font-size: 26px;
}
.text {
  margin: 0 0 0 50px;
}  
.box{
  flex-direction: row; 
  display: flex; 
  border: 5px solid rgb(188, 148, 219); 
  padding: 20px; 
  padding-bottom: 10px; 
  border-radius: 20px; 
  margin: 20px 0; 
  align-items: center;
  
}
.image {
  width: 300px;
  height: 400px;
  border-radius: 20px;
}
.sticker {
  width: 100px;
  height: 100px;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.headline {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-between;
  background-color: rgb(188, 148, 219);
  box-sizing: border-box;
  padding: 25px 200px;
}
.tab{
  text-decoration: none; 
  color: black;
}