Thanks for taking the time to do this, but I spotted an error in your solution.
In your third row, you have 3, 12, 3, 13, 3, 16, 7, 11.
First of all, each number can only appear in each row once; you have 3 3s in the row.
Secondly, you have some high numbers in your row; in sudoku, you can only use numbers from 1 to 9.
If you need a reminder of the rules, you can find them here: https://sudoku.com/sudoku-rules
Best of luck in your solving!