/* THANKS YOU */

.thanks-contents{
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-contents img{
  width: 100%;
  height: 200px;
}

.thanks-you {
  color: rgb(101, 168, 146);
  font-size: 48px;
}

.thanks-text,
.order-number{
  text-align: center;
}

.order-number{
  margin: 0 auto;
  width: 300px;
  border: 1px solid #000;
  padding: 50px;
}

.button-area{
  text-align: center;
}