
        body {
            margin: 0;
            font-family: Arial, sans-serif;
            background: #f4f4f4;
        }

        header {
            background: #8B0000;
            color: white;
            padding: 20px;
            text-align: center;
        }

        .hero {
            padding: 20px 20px;
            text-align: center;
            background: white;
        }

        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            color: #333;
        }

        .hero p {
            font-size: 20px;
            color: #555;
            margin-bottom: 40px;
        }

        .btn {
            background: #0078ff;
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 18px;
        }

        .btn:hover {
            background: #005fcc;
        }

        footer {
            text-align: center;
            padding: 15px;
            background: #8B0000;
            color: white;
            margin-top: 60px;
        }
#todayDate {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
}