css /* Omni-Ominous-One's Style Sheet */ body { background-color: #000000; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; } a { color: #FF0000; text-decoration: none; font-weight: bold; border: 1px solid #000000; border-radius: 0 10px 0 10px; padding: 10px; transition: background-color 0.5s; background-color: #000000; box-shadow: 0 0 10px #000000; text-align: center; font-size: 24px; text-transform: uppercase; } a:hover { background-color: #FFC080; transition: background-color 0.5s; box-shadow: 0 0 10px #FFC080; } h1 { font-size: 48px; font-weight: bold; margin: 20px; color: #FF0000; text-align: center; border-bottom: 4px solid #000000; border-top: 4px solid #000000; padding: 10px 20px; background-color: #000000; box-shadow: 0 0 10px #000000; } h2 { font-size: 24px; font-weight: bold; margin: 10px 0 10px 0; color: #FF0000; text-align: center; border-bottom: 4px solid #000000; border-top: 4px solid #000000; padding: 10px 20px; background-color: #000000; box-shadow: 0 0 10px #000000; } h3 { font-size: 18px; font-weight: bold; margin: 0 0 10px 0; color: #FF0000; text-align: center; border-bottom: 4px solid #000000; border-top: 4px solid #000000; padding: 10px 20px; background-color: #000000; box-shadow: 0 0 10px #000000; } p { margin: 0 0 10px 0; color: #FFFFFF; text-align: center; font-size: 18px; font-weight: normal; background-color: #000000; box-shadow: 0 0 10px #000000; line-height: 1.5; } img { display: block; margin: 0 0 10px 0; padding: 10px 10px 10px 20px; border: 4px solid #000000; border-radius: 10px; width: 50%; height: 50%; background-color: #000000; box-shadow: 0 0 10px #000000; transition: background-color 0.5s; } img:hover { background-color: #FFC080; transition: background-color 0.5s; box-shadow: 0 0 10px #FFC080; }