* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; }
body { background: #212121; color: #fff; min-height: 100vh; display: flex; justify-content: center; align-items: center; }
a { text-decoration: none; color: #CD201F; }
a:hover { color: #a51a19; }
