html { display: block; } body { font-family: IBMPlexSans-Regular,sans-serif; font-style: normal; font-weight: 200; color: whitesmoke; display: block; margin: 8px; background-image: url("background.gif"); background-size: cover; } p { font-family: IBMPlexMono-Italic,monospace; font-style: normal; font-size: 17px; } div { display: block; } div.content { max-width: 800px; margin: auto; background-color: black; } a { color: whitesmoke; } marquee { font-family: IBMPlexMono-Italic,monospace; font-style: normal; font-size: 12px; }