public static void Main()
Console.WriteLine("Which door would you like to open - choose from door 1,2,3,4 or 5");
door = Convert.ToInt16(Console.ReadLine());
Console.WriteLine("You recieve a big,cute Fluffy teddy bear waslks out of the door");
Console.WriteLine("You enetr a black vacuum door thats sucks you into a sacry underground world");
Console.WriteLine("There is a ticket to any holiday appears infront of you");
Console.WriteLine("Your trapped in a forever locked escape room");
Console.WriteLine("You enter a world of eleves and fairies");
Console.WriteLine("please try again using a number between 1 and 5");