@charset "UTF-8";
/* CSS Document */

.thanks_img {
  display: block;
    position: relative;
    top: 30px;
    left: 10vw;
     width: 100px;
  height: auto;
}
.thanks_tittle {
  padding-top: 100px;
  margin: 0 auto;
  font-size: 3.0rem;
  text-align: center
}
.thanks_message {
  width: auto;
  text-align: center;
  margin: 0 auto;
padding: 30px}

.back {
margin: 0 auto;
    display: block;
  height: 48px;
  max-width: 320px;
  width: 100%;
  background-color: #eaba46;
  color: #FFF;
  font-size: 1.8rem;
  border-radius: 48px;
  border: none;
}
.back p {
  width: auto;
  padding: 10px
}
.back a {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  margin: auto
}