body{font-family:Arial,sans-serif;margin:0;padding:0;line-height:1.6;background-color:#f9f9f9;color:#333}header,header h1{margin:0 0 10px;font-size:1.8em}nav a:hover{text-decoration:underline}main{padding:20px;max-width:1200px;margin:0 auto}.section-block{background-color:#fff;border-radius:10px;padding:20px;margin-bottom:40px;box-shadow:0 4px 12px rgba(0,0,0,.06)}.section-block h2{margin-top:0;color:#1a73e8;font-size:1.5em;margin-bottom:20px}.card-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);width:calc(33.333% - 13.33px);min-width:250px;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease}.card:hover{transform:translateY(-5px)}.card img{width:100%;height:160px;object-fit:cover}.card h3{font-size:1.1em;margin:10px}.card p{font-size:.95em;margin:0 10px 10px 10px;color:#555}.card a{color:#1a73e8;text-decoration:none}.card a:hover{text-decoration:underline}footer p{margin-top:10px;font-size:.9em}@media (max-width:900px){.card{width:calc(50% - 10px)}}@media (max-width:600px){.card{width:100%}}.site-footer{background-color:#222;color:#fff;padding:20px;text-align:center;font-size:.95em;margin-top:3rem}.site-footer nav{margin-top:12px}.site-footer nav a{color:#00bfff;margin:0 12px;text-decoration:none;font-size:1.05em}.site-footer nav a:hover{text-decoration:underline}.site-footer p{margin-top:12px;color:#ccc;font-size:.85em}header{background-color:#000;color:#fff;padding:20px;text-align:center}header h1{margin:0 0 10px;font-size:1.8em}nav{margin-top:10px}nav a{color:#00bfff;margin:0 10px;text-decoration:none}nav a:hover{text-decoration:underline}.site-footer a,header a{color:#00bfff}.site-footer a:visited,header a:visited{color:#00bfff}main a[href^="/"]{color:#00e}main a[href^="/"]:visited{color:#00e}main a[href^=http]{color:#00e}main a[href^=http]:visited{color:#551a8b}