 * {
     padding: 0px;
     margin: 0px;
     box-sizing: border-box;
 }



 .logo img {
     width: 66%;
     height: 15vh;
     padding: 15px;
     padding-left: 500px;
 }

 .navi {
     background-color: rgb(11, 97, 3) !important;

 }

 .navi img {
     width: 100%;
     height: 7vh;

 }

 .menu {
     color: rgb(248, 242, 242) !important;
     text-transform: uppercase;
     font-weight: bold;

 }

 .card {
     height: 100vh !important;
 }


 body {
     margin: 0;
     font-family: 'Segoe UI', sans-serif;
     background-color: #eafaf1;
     color: #1b4d3e;
 }


 header {
     background-color: #2e7d32;
     color: white;
     text-align: center;
     padding: 40px 20px;
 }

 main {
     padding: 20px;
     max-width: 800px;
     margin: auto;
 }

 .facts ul {
     list-style: none;
     padding-left: 0;
 }

 .facts li {
     background: #c8e6c9;
     margin: 8px 0;
     padding: 10px;
     border-radius: 8px;
 }

 .image-section {
     text-align: center;
     margin-top: 30px;
 }

 .image-section img {
     max-width: 100%;
     border-radius: 12px;
     box-shadow: 0 0 10px rgba(0, 100, 0, 0.3);
 }

 .caption {
     font-style: italic;
     margin-top: 8px;
 }

 .trivia {
     text-align: center;
     margin-top: 30px;
 }

 button {
     background-color: #4caf50;
     color: white;
     padding: 12px 20px;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     font-size: 1rem;
 }

 button:hover {
     background-color: #388e3c;
 }

 #factOutput {
     margin-top: 15px;
     font-weight: bold;
     color: #2e7d32;
 }



 .footer {
     width: 100%;
     background-color: #2e7d32;
     height: 60vh;
     border-top: 2px solid rgb(240, 239, 239);
 }

 .footrap {
     /* padding-right: 200px; */
     width: 95%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;

 }


 .box10 h1 {
     /* padding-left: px; */
     font-size: 18px;
     margin-top: 30px;
     color: rgb(243, 236, 236);
     font-weight: bold;

 }

 .box10 ul li {
     color: rgb(243, 241, 241);
     list-style: none;
     margin-left: -30px;
     padding-top: 8px;
     font-weight: bold;
 }

 .box10 table {
     margin-top: 30px;
 }

 .box10 ul li:hover {
     color: gray;
     text-decoration: underline;
 }



 footer {
     background-color: #2e7d32;
     color: white;
     text-align: center;
     padding: 15px;

 }