body { background-image: url('https://files.catbox.moe/a0gq2x.jpg'); background-size: cover; font-family: 'Source Sans Pro', system-ui, sans-serif; color: #111; } h1, p { margin: auto; text-align: center; max-width: fit-content; background-color: rgba(221, 221, 221, 0.69); backdrop-filter: blur(1rem); box-shadow: 0px 0px 0.420rem #111; border-radius: 1rem; font-weight: lighter; } p { padding: 1rem; text-align: left; } b { font-weight: normal; } h1 { margin-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; } a { color: #3DB1FF; } a:visited { color: #CE3DFF; }