.right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .continue-text {
        margin-bottom: 10px;  /* adjust as needed */
    }

    .edit-button .btn {
        background-color: #007bff;  /* adjust color as needed */
        border: none;
        color: white;
        padding: 10px 20px;  /* adjust padding as needed */
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;  /* adjust font size as needed */
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 12px;  /* adjust border radius as needed */
    }

    .edit-button .btn:hover {
        background-color: #0069d9;  /* adjust hover color as needed */
    }