body { background-image: url("anni.jpg"); background-repeat: no-repeat; background-size: 30%; background-position: top 15px right 15px; background-color: black; font-family: serif; font-variant-caps: unicase; color: orange; } p { font-family: serif; font-variant-caps: unicase; color: orange; font-size: large; font-weight: bold; text-transform: uppercase; } .cursive { font-family: cursive; } .large { font-size: xxx-large; } .purple { color: purple; text-shadow: white 2px 5px; } .white { color: white; } .underline { text-decoration: underline; } .center { display: flex; align-items: center; justify-content: center; } a { font-family: sans-serif; font-variant-caps: unicase; color: red; font-size: large; font-weight: bold; text-transform: uppercase; } table { border-spacing: 1em 1em; } div.header { width: 60%; } div.content { width: 60%; } div.nav{ width: 60%; padding: 10px; margin: 10px; } @keyframes blink { 0% { opacity:1 } 75% { opacity:1 } 76% { opacity:0 } 100% { opacity:0 } } blink, .blink-css-a { animation:blink 0.1s ease-in infinite alternate; } blink, .blink-css-b { animation:blink 0.12s ease-in infinite alternate; } blink, .blink-css-c { animation:blink 0.27s ease-in infinite alternate; } blink, .blink-css-d { animation:blink 0.41s ease-in infinite alternate; } blink, .blink-css-e { animation:blink 0.75s ease-in infinite alternate; }