body {font-family: Arial, sans-serif;background-color: #f8f8f8;margin: 0;padding: 0;display: flex;justify-content: center;align-items: center;height: 100vh;}#company-display {height: 100px;color:black }.search-section {background-color: #fff;border-radius: 8px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);width: 80%;max-width: 1000px;padding: 20px;text-align: center;}.header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}.branding {display: flex;align-items: center;}.branding2{display:none;}.logo {height: 40px;}.tagline {color: #c00;font-weight: bold;margin-left: 10px;}.featured {text-align: right;}.catfish-logo {height: 30px;margin-left: 5px;}.content h1 {font-size: 24px;margin-bottom: 10px;}.content h1 span {color: #6a0dad;}.content p {font-size: 14px;color: #555;margin-bottom: 20px;}.search-options {display: flex;justify-content: center;margin-bottom: 20px;}.option {padding: 10px 15px;cursor: pointer;color: #333;border-bottom: 2px solid transparent;}.option.active, .option:hover {border-bottom: 2px solid #6a0dad;}.option.new {color: #f90;}.search-form {display: flex;justify-content: center;gap: 10px;margin-bottom: 20px;}.input-field {padding: 10px;border: 1px solid #ddd;border-radius: 4px;width: 40%;max-width: 150px;}.search-button {background-color: #6a0dad;color: #fff;border: none;border-radius: 4px;padding: 10px 20px;cursor: pointer;}.search-button:hover {background-color: #5a0bab;}.privacy-note {display: flex;justify-content: center;align-items: center;margin-top: 10px;}.digicert-logo {height: 20px;margin-right: 5px;}.privacy-note span {font-size: 12px;color: #999;}.search-form img {height: 12px;margin-left: 5px;}.featured img{height: 45px;margin-left: 5px;}.privacy-note img{height: 33px;margin-left: 5px;}.modal {display: none;position: fixed;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.4);}.modal-content {background-color: #fff;margin: 15% auto;padding: 20px;border: 1px solid #888;width: 80%;max-width: 500px;border-radius: 8px;text-align: center;}.close {color: #aaa;float: right;font-size: 28px;font-weight: bold;cursor: pointer;}.close:hover, .close:focus {color: #000;text-decoration: none;}@media (max-width: 768px) {.search-section {width: 100%;padding: 15px;box-shadow: none;}#company-display{display:none;}.search-options{width: 90%;padding: 10px;box-shadow: none;display:block;}.branding2{display:block;}.content h1{font-size:14px;}.modal-content {width: 95%;margin: 25% auto;}.search-button {width: 100%;padding: 15px;}.input-field {width: 100%;max-width: none;}}@media (max-width: 480px) {body {padding: 20px;}.search-section {padding: 10px;border-radius: 0;box-shadow: none;}.modal-content {padding: 10px;margin: 30% auto;}.close {font-size: 24px;}}