Trying to build the tribute page, need help

I’m trying to make only the years bold, but the whole thing is coming out in bold font. Can’t figure it out, please help.
‘’

  • 1912 - Born in Maida Vale, London, England.

  • 1922-1926 - Turing was educated at Hazelhurst Preparatory School, an independent school in the village of Frant in Sussex.


  • 1931-1934 - Turing studied as an undergraduate from 1931 to 1934 at King's College, Cambridge, where he was awarded first-class honours in mathematics.

  • 1936 - He invents The Turing Machine, a mathematical model of computation that defines an abstract machine, which manipulates symbols on a strip of tape according to a table of rules.

  • 1938 - Turing had been working part-time with the Government Code and Cypher School, the British codebreaking organisation. He concentrated on cryptanalysis of the Enigma with Dilly Knox, a senior GC&CS codebreaker.

  • 1939 - the day after the UK declared war on Germany, Turing reported to Bletchley Park, the wartime station of GC&CS. Specifying the bombe was the first of five major cryptanalytical advances that Turing made during the war.

  • 1945 - Turing lived in Hampton, London, while he worked on the design of the ACE (Automatic Computing Engine) at the National Physical Laboratory (NPL).

  • 1947 - He returned to Cambridge for a sabbatical year during which he produced a seminal work on Intelligent Machinery that was not published in his lifetime.

  • 1950 - While he was at Cambridge, the Pilot ACE was being built in his absence. It executed its first program on May 10. A number of later computers around the world owe much to it, including the English Electric DEUCE and the American Bendix G-15.

  • 1952 - Turing was 39 when he started a relationship with Arnold Murray, a 19-year-old unemployed man.


  • 1954 -Turing's housekeeper found him dead; he had died the previous day. Cyanide poisoning was established as the cause of death. When his body was discovered, an apple lay half-eaten beside his bed, and although the apple was not tested for cyanide, it was speculated that this was the means by which Turing had consumed a fatal dose.

  • ''

    Hi @DandyDeli
    Can you edit your post and surround the code with three backticks (that’s the mark right below the tilde (~) instead of quotes?

    Better still, it’d be easier if we saw your code. I understand you can’t post a link yet but you can post your codepen link and leave off the protocol. Like;
    codepen.io/DandyDeli/pen/XXyyZ (where XXyyZ is whatever your pen’s been named)

    Try wrap your dates in a class like below

    .bold-text { font-weight: bold; }