body{
  padding:16px;
}

button{
  width:100%;
  min-height:56px;
  margin-bottom:12px;
}

textarea{
  width:100%;
  height:120px;
  font-size:1rem;
  padding:12px;
  border-radius:8px;
  border:1px solid #ccc;
}

.message{
  text-align:center;
  font-size:1rem;
  padding:24px 0;
}

iframe{
  width:100%;
}

#area{
  text-align: center;
}