/* CSS reset */
* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}        
 
        body {
                 background-color:blanchedalmond;
                 font-family: "Crimson Text", "serif";
                 line-height: 1.25;
            }
            header{
                text-align: center;
                color: rgb(8, 74, 8);
                font-size: 45px;
                font-family: "Crimson Text", "serif";
                margin-top: 30px; margin-bottom: 20px;
           }

           .lakeh {
            display: block;
            margin-right: auto; margin-left: auto;
            height: 250px; width: 300px;
            border: 4px solid rgb(8, 74, 8);
            border-radius: 6px;
            box-shadow: 8px 8px 16px rgb(8, 66, 8);
           }
           .monfac {
            float: right;
            margin-right: 10px;
            width: 300px; height: 250px; 
            margin-top: 30px;
           }

           .three_cousins {
            float: left;
            margin-left: 10px;
            width: 300px; height: 250px; 
            margin-top: 30px;
           }

           .sr_caro {
                display: block;
                margin-left: auto;
                margin-right:auto;
                width: 200px; height: 250px;
                margin-top: 45px;
                margin-bottom: 45px;
           }

           .sr_caro, .monfac, .three_cousins {
            border-radius: 6px; 
            border: 4px solid rgb(8, 66, 8);
            box-shadow: 8px 8px 16px rgb(8, 66, 8);
           }
            

           h2 {
            color:rgb(12, 103, 12);
            text-align: center;
            margin-top: 20px;
            font-size: 25px;
            margin-bottom: 20px
           }

           h3 {
            color: rgb(15, 123, 15);
            margin-top: 10px;
            text-align: center; 
            font-size: 20px; 
           }

           p {
            margin-top: 15px;
            margin-bottom: 15px;
            margin-left: 15px; margin-right: 15px;
           }

            ul {
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            list-style: none;
            gap: 8px;
                }

             ul > li {
                flex: 0 0 auto;
                    }

            li a {
                border: 3px solid rgb(8, 66, 8);
                border-radius: 8px;
                color: black;
                display: inline-block;
                width: 100%; height: 100%;
                padding: 8px 24px;
                text-decoration: none;
                font-weight: bold;
                }

            a:hover {
                background-color: rgb(111, 156, 111);
            }

            nav {
                margin-top: 20px;
                text-align: right;
                margin-right: 8px;
            }

           footer {
                margin-top: 20px;
                height: auto;
                background-color: rgb(162, 161, 161);
                padding-top: 30px; padding-bottom: 100px;
                text-align: center;
                }
            img {
            display: block;
            margin-right: auto; margin-left: auto;
            height: 250px; width: 300px;
            border-radius: 6px;
            box-shadow: -4px -4px 0px rgb(8, 74, 8), 4px 4px 0px rgb(8, 74, 8);
            }
            
            a {
                text-decoration: none;
            }

            .images {
                border: 2px solid transparent;
                display: flex;
                justify-content: space-evenly;
                flex-flow: row wrap;
            }

            .funpics {
                text-align: center;
            }

          

