a { color: #4254bc; text-decoration: none; } a:focus, a:hover { color: #EC7357; text-decoration: none; } h2 { font-size: 33px; } p { font-size: 18px; } .list-inline li { font-size: 18px; } .external-link.button:hover { background-color: #4254bc !important; color: #ffffff !important; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .custom-button { background: #ffffff; border: none; border-radius: 10px; padding: 10px 15px; cursor: pointer; font-size: 16px; font-weight: 600; display: flex; align-items: center; transition: all 0.2s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } .custom-button:hover { background: rgba(255, 255, 255, 1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); transform: translateY(-1px); } .custom-button:active { transform: translateY(0); } .custom-button-icon { font-size: 20px; } .one { position: relative; } .two { position: absolute; transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; } .link-block a { margin-top: 5px; margin-bottom: 5px; color: #000; } .table-spaced { border-collapse:separate; border-spacing: 1em 0em; } .table2-spaced { border-collapse:separate; border-spacing: 0 1em; } .footer .icon-link { font-size: 25px; color: #000; } .project_image { width: 200px; margin-right: 40px; max-width: 100%; height: auto; } .key-idea-box { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 12px; padding: 20px 30px; margin: 20px 0; box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); } .key-idea-label { color: rgba(255, 255, 255, 0.9); font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; } .key-idea-text { color: white; font-size: 18px; line-height: 1.6; margin: 0; font-weight: 500; }