body { background-color: #006900; color: #ffffff; font-family: 'Comic Neue', sans-serif; } .search-container { max-width: 600px; margin: 50px auto; padding: 20px; background-color: #222; border-radius: 8px; text-align: center; } .search-input { width: 100%; padding: 10px; font-size: 16px; border: none; margin-bottom: 20px; background-color: #333; color: white; border-radius: 4px; } .result { padding: 10px 0; border-bottom: 1px solid #555; } .result-title a { color: #00aced; text-decoration: none; } .result-description { font-size: 14px; color: #bbb; }