.output {
      margin-top: 20px;
    }

    .output h3 {
      font-size: 18px;
      color: #444;
      margin-bottom: 10px;
    }

    .output a {
      display: block;
      padding: 10px;
      background-color: #f0f8ff;
      color: #0073e6;
      text-decoration: none;
      border-radius: 6px;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .output a:hover {
      background-color: #e1f3fe;
    }

    .copy {
      font-size: 14px;
      color: green;
    }

    .copy-button {
      background-color: #28a745;
      color: #fff;
      font-size: 14px;
      padding: 8px 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .copy-button:hover {
      background-color: #218838;
    }

    .copy-button:focus {
      outline: none;
    }


    .generated-btn-div {
    display: flex;
    gap: 20px;
        margin-bottom: 10px;
}

.generated-btn-div a, .generated-btn-div button {
    width: 100%;
}

.generated-btn-div a {
    margin-bottom: 0 !important;
}

.input-div-text {
    display: flex;
    flex-direction: column;
    margin-top:20px;
     margin-bottom:20px;
}

textarea#message {
    margin: 0;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}