        body {
            background-color: #fff;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container {
            background: #fff;
            padding: 20px 40px;
            border-radius: 8px;
            max-width: 600px;
            width: 90%;
            text-align: left;
        }
        
             p {
            color: #555;
            line-height: 1.6;
        }
        
        
        .header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .header svg {
            height: 30px;
            width: auto;
        }

        .header h1 {
            color: #ed1c24;
            margin: 0;
            font-size: 18px;
            font-family: canada-type-gibson, Gill Sans, Gill Sans MT, Calibri, sans-serif;
            letter-spacing: .1em;
            text-transform: uppercase;
            font-weight: 400;
        }
        
        .header a {
            text-decoration: none;
            color: #ed1c24;
        }
        
        h3 {
            color: #333;
            position: relative;
            font-family: canada-type-gibson, Gill Sans, Gill Sans MT, Calibri, sans-serif;
            text-transform: uppercase;
            font-weight: 400;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f4f4f4;
            color: #333;
            position: relative;
            font-family: canada-type-gibson, Gill Sans, Gill Sans MT, Calibri, sans-serif;
            text-transform: uppercase;
            font-weight: 400;
        }
        th a {
            text-decoration: none;
        }
        th a:hover {
            text-decoration: underline;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        tr:hover {
            background-color: #f1f1f1;
        }
        tr.available {
            background-color: #e6ffe6;
        }
        
        a {
            color: #333;
        }
        .bio {
            margin-bottom: 20px;
            padding: 10px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        form label {
            display: block;
            margin: 8px 0 3px;
            font-weight: bold;
        }
        input[type="email"] {
        width: 85%;
		max-width: 300px;
		padding: 5px;
		border-radius: 4px;
		border-color: #ddd;
		padding: 8px 16px;
		border-radius: 1px solid;
		border-style: solid;
		border-width: 1px;
        }
        button {
            margin-top: 10px;
            background-color: #ed1c24;
            color: #fff;
            padding: 8px 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        button:hover {
            background-color: #c00;
        }
        .thank-you {
            color: #ed1c24;
            font-weight: bold;
            margin-top: 10px;
        }
        .footer {
            margin-top: 20px;
            padding: 10px;
            border-top: 1px solid #ddd;
            text-align: center;
            font-size: 14px;
            color: #555;
        }
        
          .footer a {
                    text-decoration: none;
            color: #555;

        
        }
                .public-domain-message {
            color: #e6ffe6;
            margin-bottom: 20px;
            text-align: center;
        }
        .not-public-domain-message {
            color: #333;
            margin-bottom: 20px;
            text-align: left;
        }
        .special-availability {
            color: #5d965d;
            text-align: center;
            margin-top: 10px;
        }
        .story {
            margin-bottom: 20px;
            padding: 10px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
