h1 { text-align: center; text-shadow: 3px 2px lightblue; font-family: "Times New Roman", Times, serif; font-style: italic; } body { background-color: #AFEEEE; } p{ font-family: "Times New Roman", Times, serif; font-style: italic; } input:hover { background-color: lightblue; } img:hover { opacity: 0.8; filter: alpha(opacity=50); } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: #111; } .active { background-color: green; } h1 { font-size: 50px; } h2{ font-size: 40px; } h2 { text-align: center; text-shadow: 3px 2px lightblue; font-family: "Times New Roman", Times, serif; font-style: italic; }