body { background-color: #002b36; color: #eee8d5; } .cards-container { display: grid; grid-template-columns: repeat(7, 2fr); align-items: center; gap: 20px; margin: 13px; } .card { background-color: #073642; border-radius: 12px; text-align: center; padding-bottom: 20px; } h2 { color: #2aa198; margin-bottom: 5px; } a { color: #93a1a1; display: block; margin: 5px 0; text-decoration: none; } a:hover { text-decoration: underline; }