 body {
            font-family: Tahoma, sans-serif;
        }

        header {
            width: 100%;
            height: 150px;
            background-color: #6e885b;
        }

        header h1 {
            color: #fff;
            text-align: center;
            font-family: Georgia, 'Times New Roman', Times, serif;
            padding-top: 50px;
        }

        nav {
            width: 100%;
            height: 50px;
            background-color: #bcc19c;
            text-align: center;
            padding-top: 20px;
        }

        nav a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            padding-right: 15px;
        }

        nav a:hover {
            color: #a36d9c;
        }

        section {

            width: 900px;
            /* padding-left: 250px; */
            /*  margin-left: auto;
            margin-right: auto; */
            margin: 0 auto;
        }

        h2 {
            color: #6e885b;
            /* border-color:#6e885b;
           border-width: 2px;
           border-style: dashed; */
            border-bottom: #6e885b 2px dotted;
        }

        section a {
            color: #a36d9c;
        }

        section a:hover {
            color: #b520a1;
        }

        section img {
            width: 100%;
            border-radius: 20px;

        }

        footer {
            background-color: #6e885b;
            width: 100%;
            height: 50px;
        }
