@media (max-width: 600px) {
  .prompt,
  .btn {
    width: 100%;
    box-sizing: border-box;
    margin: 5px;
  }

  .btn {
    width: auto;
  }
}
