body { margin: 0; padding: 0; font-family: ST MicroSquare; color: white; background-color: black; } a:link { color: white; background-color: transparent; text-decoration: none; } a:visited { color: white; background-color: transparent; text-decoration: none; } a:hover { color: cyan; background-color: transparent; text-decoration: none; } a:active { color: yellow; background-color: transparent; text-decoration: none; } .container { text-align: center; color: white; margin-top: 20px; } h1 { font-size: 36px; color: white; } p { font-size:13px color: white; .countdown { font-size: 24px; margin-bottom: 20px; } footer { text-align: center; padding: 20px; background-color: black; color: #fff; } img { display: block; margin-left: center; margin-right: center; }