body { background-color: teal; } #bg { position: fixed; top: 8px; z-index: -1; user-select: none; color: cyan; } #content { padding: 16px; max-width: 1039px; margin: 139px auto; background-color: rgba(0,0,0,0.9); color: white; font-family: sans-serif; border-style: solid; border-color: rgba(255,255,255,0.9); }