css /* Privacy Policies - The Most Underwhelming Experience */ html { background-color: #F7D42B9; font-family: 'Bangers', sans-serif; } body { margin: 0; padding: 0; font-family: 'Bangers', sans-serif; background-color: #F7D42B9; } a { text-decoration: none; color: #FF0033; font-size: 18px; font-weight: bold; text-align: center; background-color: #F7D42B9; border: 4px solid #FF0033; border-radius: 0; padding: 10px; margin: 10px; text-shadow: 0 0 10px #FF0033; transition: background-color 0s; } h1 { font-size: 36px; font-weight: bold; color: #FF0033; text-align: center; margin: 20px 0 10px; border-bottom: 4px solid #FF0033; padding-bottom: 20px; background-color: #F7D42B9; border: 4px solid #FF0033; border-radius: 0; box-shadow: 0 0 10px #FF0033; } h2 { font-size: 24px; font-weight: bold; color: #FF0033; text-align: center; margin: 10px 0 10px 0; border-bottom: 4px solid #FF0033; padding-bottom: 10px; background-color: #F7D42B9; border: 4px solid #FF0033; border-radius: 0; box-shadow: 0 0 10px #FF0033; } p { font-size: 18px; text-align: center; margin: 0; padding: 0; background-color: #F7D42B9; border: 4px solid #FF0033; border-radius: 0; box-shadow: 0 0 10px #FF0033; } /* Links */ a:link { background-color: #F7D42B9; border: 4px solid #FF0033; border-radius: 0; padding: 10px; text-decoration: none; color: #FF0033; font-size: 18px; font-weight: bold; text-align: center; transition: background-color 0s; } /* Drop shadow for headers */ h1, h2 { box-shadow: 0 0 10px #FF0033; } /* Global */ body * { -webkit-print-color-adjust: none; -moz-print-color-adjust: none; -o-print-color-adjust: none; print-color-adjust: none; color-adjust: none; text-align: center; font-size: 16px; font-family: 'Bangers', sans-serif; background-color: #F7D42B9; border: 4px solid #FF0033; border-radius: 0; box-shadow: 0 0 10px #FF0033; }