css /* Style.css for Committee on Quantum Lepidozoa */ body { background-color: #F7DC77; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: bold; margin: 0; padding: 0; } h1 { font-size: 32px; font-weight: bolder; text-shadow: 0 2px 0 #000000; border-top: 4px solid #FF0000; border-bottom: 4px solid #FF0000; color: #FFFFFF; background-color: #FFC080; padding: 10px 20px; margin: 20px 0; text-align: center; border-radius: 0; box-shadow: 0 4px 4px #000000; } h2 { font-size: 24px; font-weight: bolder; text-shadow: 0 1px 0 #000000; border-top: 2px solid #FF0000; border-bottom: 2px solid #FF0000; color: #FFFFFF; background-color: #FFC080; padding: 8px 16px; margin: 12px 0; text-align: center; border-radius: 0; box-shadow: 0 2px 2px #000000; } p { font-size: 18px; font-weight: bold; text-shadow: 0 2px 0 #000000; border: 4px solid #FF0000; border-radius: 10px; padding: 16px 20px; margin: 16px 0; background-color: #F7DC77; color: #000000; text-align: left; box-shadow: 0 4px 4px #000000; } a { text-decoration: none; color: #000000; font-weight: bold; text-shadow: 0 1px 0 #000000; border: 2px solid #FF0000; border-radius: 8px; padding: 8px 16px; background-color: #FFC080; transition: background-color 0.5s ease; } a:hover { background-color: #FF0000; } img { border: 4px solid #FF0000; border-radius: 16px; box-shadow: 0 8px 8px #000000; display: block; margin: 16px 0; padding: 16px; width: 50%; height: auto; background-color: #F7DC77; object-fit: contain; object-fit: scale; } img:hover { transform: scale(1.1); box-shadow: 0 12px 12px #000000; }