______ _ ___ _____ _ __ ___ ___ _____ _ __
| ___ \ | / _ \/ __ \| | / / |_ |/ _ \/ __ \| | / /
| |_/ / | / /_\ \ / \/| |/ / | / /_\ \ / \/| |/ /
| ___ \ | | _ | | | \ | | _ | | | \
| |_/ / |____| | | | \__/\| |\ \/\__/ / | | | \__/\| |\ \
\____/\_____/\_| |_/\____/\_| \_/\____/\_| |_/\____/\_| \_/
Console.WriteLine(textArt1);
Console.WriteLine("==========𝓻𝓾𝓵𝓮𝓼============");
Console.WriteLine("♢ Use a deck of cards, that are numbered 1-10");
Console.WriteLine("♡ Pick 2-4 cards");
Console.WriteLine("♤ Both the computer and you get three random cards");
Console.WriteLine("♧ Aim for a score near 21, without going over ");
Console.WriteLine("♢ Going over 21 means you are in a bust");
Console.WriteLine("♡ Closest to 21 win, ties in this game are allowed ");
Console.WriteLine("♤ Anything over 21 or equal scores, under 21 is a draw");
Console.WriteLine("♧ If one is over 21 or equal to 21 or less, the latter wins");