article { clear: both; text-align: justify; } article h1 { font-size: 1.5em; } article > p { color: black; font-weight: normal; } em { font-weight: 900; font-style: normal; } ul.symptoms { width: 340px; font-weight: normal; float: right; clear: right; background-color: white; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2); padding: 1em; margin: 0 1em 1em 2em; } ul.symptoms > li { margin-left: 1em; } ul.symptoms h2 { margin-top: 0; text-align: left; } article.ataxia ul.symptoms { background-color: #00682f; color: white; } article.hd ul.symptoms { background-color: #844384; color: white; } article.parkinsons ul.symptoms { background-color: #000088; color: white; } article.motorNeurone ul.symptoms { background-color: #008299; color: white; } article.ms ul.symptoms { background-color: #ae2304; color: white; } nav ul { display: inline-flex; flex-direction: row; width: auto; list-style: none; gap: 1em; } nav li a { color: inherit; } nav li.ataxia { color: #00682f; } nav li.hd { color: #844384; } nav li.motorNeuron { color: #008299; } nav li.ms { color: #ae2304; } nav li.parkinsons { color: #000088; }