 body {
      background-color: #f9f7fe;
      font-family: Helvetica, Arial, sans-serif;
    }

    .container {
      margin: 120px auto;
      max-width: 600px;
    }
    a {
      color: #885df2;
    }

    header {
      margin-bottom: 30px;
    }
    h1 {
      text-align: center;
      font-weight: 800;
      font-weight:36px;
      line-height: 1.5;
      color: #272044;
    }
    form {
      padding: 25px;
      background-color: #fff;
      box-shadow : 0px 20px 60px lightgray;
      border-radius: 10px;
      display: flex;
      margin-bottom: 30px;
    }
    .prompt {
      padding: 16px;
      border: 1px solid gray;
      width: 50%;
      font-size: 15px;
      border-radius: 50px;
      line-height: 20px;
      color: black;
    }
    .submit-button {
      margin-left: 20px;
      background: #885df2;
      color: white;
      border: none;
      font-size: 16px;
      padding: 14px 24px;
      width: 150px;
      border-radius: 50px;
    }
    .poem {
      font-size: 16px;
      background-color: #fff;
      padding: 20px;
      line-height: 2;
      border-left: 3px solid #885df2;
      box-shadow: 0px 20px 60px lightgrey;
    }
    .poem strong {
      color: #885df2;
      font-size: 10px;
    }
    footer{
      text-align: center;
      font-size: 14px;
      margin-top: 30px;
    }