css /* Style for /meetings/meeting-planner/team-building/subpage/style.css */ body { background: #ff0000; background-image: linear-gradient(90deg, #ff0000 0px, #000000 100%); background-position: center; background-size: 100% 100%; color: #ffffff; font-family: 'Arial', sans-serif; font-size: 16px; margin: 0; padding: 0; } h1 { font-size: 24px; font-weight: bold; text-align: center; text-transform: uppercase; letter-spacing: 2px; color: #000000; background: #ffffff; border: 2px solid #000000; padding: 4px 8px 4px 8px; border-radius: 4px; box-shadow: 0px 0px 4px #000000; text-shadow: 0px 0px 4px #000000; margin-bottom: 16px; } h2 { font-size: 18px; font-weight: bold; color: #000000; background: #cccccc; border: 1px solid #000000; padding: 2px 6px 2px 6px; border-radius: 2px; box-shadow: 0px 0px 2px #000000; text-shadow: 0px 0px 2px #000000; margin-bottom: 12px; } h3 { font-size: 14px; font-weight: bold; color: #333333; background: #ffffff; border: 1px solid #333333; padding: 1px 3px 1px 3px; border-radius: 1px; box-shadow: 0px 0px 1px #333333; text-shadow: 0px 0px 1px #333333; margin-bottom: 8px; } p, li, a { font-size: 14px; line-height: 1.5; margin: 0; padding: 0; color: #333333; text-shadow: 0px 0px 1px #000000; } a { color: #000000; text-decoration: none; text-shadow: 0px 0px 1px #000000; transition: color 0.5s ease; } a:hover { text-shadow: 0px 0px 4px #000000; color: #333333; transition: color 0.5s ease; } a:visited { text-decoration: underline; text-shadow: 0px 0px 1px #000000; color: #333333; transition: color 0.5s ease; } a:link { color: #000000; text-decoration: none; text-shadow: 0px 0px 1px #000000; transition: color 0.5s ease; } ul { list-style-type: none; padding: 0; margin: 0; border: 1px solid #000000; background: #cccccc; box-shadow: 0px 0px 2px #000000; text-align: left; margin-bottom: 8px; } li { font-size: 14px; line-height: 1.5; margin: 0; padding: 0; color: #333333; text-shadow: 0px 0px 1px #000000; transition: color 0.5s ease; } li a { font-size: 14px; line-height: 1.5; margin: 0; padding: 0; color: #333333; text-shadow: 0px 0px 1px #000000; transition: color 0.5s ease; } li a:hover { text-shadow: 0px 0px 4px #000000; color: #333333; transition: color 0.5s ease; } img { width: 100%; height: auto; border: 2px solid #000000; box-shadow: 0px 0px 4px #000000; margin: 0; padding: 0; } img + img { width: 50%; height: auto; border: 1px solid #000000; box-shadow: 0px 0px 1px #000000; margin: 0; padding: 0; }