css /* Subpage Styles for /subpages/team/ */ body { background-color: #F2F2F2; /* Light gray background */ font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.5; margin: 0; } h1 { font-size: 24px; font-weight: 700; color: #C00; /* Bright red color for emphasis */ border-bottom: 4px solid #C00; /* Thick black border */ margin-bottom: 10px; } h2 { font-size: 18px; font-weight: 600; color: #FF0; /* Bright green color for headings */ border-bottom: 4px solid #666; /* Thick black border */ margin-bottom: 10px; } p { font-size: 14px; color: #666; /* Dark gray text color */ margin-bottom: 20px; } a { color: #C00; /* Bright red text color for links */ text-decoration: none; border-bottom: 2px solid #666; /* Medium black border */ } a:hover { text-decoration: underline; } img { max-width: 50%; border: 4px solid #666; /* Thick black border */ box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }