body { background-color: black; color: white; } header { text-align: center; } a, .anchorstyle { color: hsl(210, 100%, 60%); text-decoration: underline; } #language-selection-title, label[for^=language-selection] { font-size: 1.2em; } #instructions { padding: 1em; } .instructions { display: none; /* Inconsistent with rest of content */ font-family: sans-serif; font-weight: bold; font-size: 1.25em; line-height: 1.5; padding: 2em; background-color: hsl(0, 0%, 9%); border: 2px solid black; border-radius: 1em; } #link-return { float: right; }