public static void Main()
Console.WriteLine("Which colour is the best colour in your opinion? Red or blue?");
string bestColour = Console.ReadLine();
if (Red == bestColour || Blue == bestColour)
Console.WriteLine("Yesss, totally agree with you! U got great taste");