 #main {
            max-width: 900px;
            border-radius: 1em;
        }

        body {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            margin-right: auto;
            margin-left: auto;
            max-width: 900px;
            margin-bottom: 0px;
            margin-top: 0px;
            display: flex;
            flex-direction: column;
            background-color: rgb(87, 109, 45);
        }

        a:link {
            color: purple;
        }

        a:visited {
            color: lightblue;
        }

        a:hover {
            color: magenta;
        }

        a:active {
            color: black;
        }

        .content {
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: rgb(212, 214, 196);
        }

        h1 {
            font-size: 48px;
            font-weight: bold;
            color: #333;
            text-align: center;
            margin-top: 30px;
        }

        h2 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-top: 0px;
        }

        h3 {
            margin: 0;
            color: rgb(87, 109, 45);
        }

        p {
            margin-top: 10px;
            margin-left: 25px;
            margin-right: 25px;
            margin-bottom: 15px;
        }

        .title {
            font-weight: bolder;
        }

        .description {
            margin-top: -10px;
        }

        .my-photo {
            padding: 20px;
            margin-top: 30px;
            margin-inline: 30px;
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            border-radius: 1em;
        }

        img:hover {
            scale: 2;
        }

        .image-inline {
            display: flex;
            max-width: 900px;
        }

        section {
            background-color: #f5f5f5;
            padding: 20px;
            margin-top: 30px;
            margin-inline: 30px;
            border: 1px solid #ccc;
            border-radius: 1em;
        }

        address {
            font-size: 16px;
            margin-top: 20px;
            text-align: center;
        }

        .inline-title-location {
            display: flex;
            justify-content: space-between;
            margin: 0;
        }

        ul {
            list-style-type: circle;
        }

        .bottom {
            margin-bottom: 30px;
        }