body { margin: 0; padding: 0; background: #333; }

.container { width: 100%; height: 100%; margin-top: 6%; text-align: center; font-family: Courier New; font-size: 24px; font-weight: bold; color: #ccc; line-height: 20px; }
.container #roses { color: #fe2567; }
.container #voilets { color: #25d8fe; }
.container #footer { position: absolute; bottom: 10px; width: 100%; font-family: Tahoma; font-size: 9px; font-weight: normal; font-style: italic; color: #666; text-align: center; }
.container #footer:hover { color: #fff; }