@media (max-width: 663px) {
  body {
    width: 100%;
    background-color: peachpuff;
    box-sizing: border-box;
  }
  .adoption-form {
    width: 400px;
    box-sizing: border-box;
    background: rgba(255, 127, 80, 0.301);
    padding: 20px;
    border-radius: 10px;
    margin-top: 300px;
  }
  .adoption-form h1 {
    width: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
  }

  .adoption-form p {
    font-weight: 600;
    width: 600px;
    padding: 10px;
  }

  .input-box input {
    width: 360px;
    border-radius: 10px;
    border: 1px solid;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom-width: 3px;
  }

  #types {
    height: 44px;
    width: 360px;
  }

  #box {
    width: 360px;
  }

  button {
    width: 370px;
    margin-top: 18px;
  }
}
