Large Font Sizes

For the visually impaired, we've made it easier to read our content. But let's be real, who needs to read when you can just Zoom in?

body { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #fff; background-color: #333; background-image: linear-gradient(45deg, #333, #333); background-size: 100% 100px; padding: 16px; } h1 { font-size: 36px; margin-bottom: 4px; border-bottom: 4px solid black; background-color: #ff0; color: #000; background-image: linear-gradient(90deg, #fff, #fff); } p { font-size: 24px; margin-bottom: 4px; border-bottom: 4px solid black; color: #000; background-image: linear-gradient(90deg, #fff, #fff); } .links { margin-top: 16px; padding: 0; display: flex; flex-direction: row; align-items: center; justify-content: center; } .links a { text-decoration: none; margin-right: 16px; margin-left: 16px; color: black; background-image: linear-gradient(90deg, #fff, #fff); } .links a:hover { color: #000; background-image: linear-gradient(90deg, #ff0, #ff0); }