body { font-family: sans-serif; font-size: 160%; background-color: black; } #time, #andrea, #nicky, #andreas, #nickys { color: red; } p.time { margin: auto; text-align: center; } b.red { color: red; } p.footer { color: gray; font-size: 60%; text-align: center; } div.main { border: 2px solid white; color: white; width: 1000px; margin: auto; padding-top: 20px; padding-right: 30px; padding-bottom: 20px; padding-left: 20px; } a:link { text-decoration: none; color: dodgerblue; } a:visited { text-decoration: none; color: tomato; } a:hover { text-decoration: none; color: white; font-family: impact; font-size: 105%; } a:active { text-decoration: none; } img { border-radius: 4px; height: 20px; } img:hover { transform: scaleX(-1); }