        html {

            /* border: solid red 2px; */


            background-color: rgb(242, 242, 242);
            max-width: 100%;
            font-family: "Lexend";

        }

        body {
            /* border: solid rgb(34, 0, 255) 2px; */
            margin: auto;
            width: 80%;


        }

        .top-header {
            /* border: solid rgb(4, 255, 0) 2px; */



        }

        #map {
            flex-grow: 1;
            height: 350px;
            min-width: 250px;

            max-width: 100%;
            margin-top: 1em;
            border-radius: 10px;
            border: solid 3px rgb(255, 101, 137);

        }

        hr {
            height: 5px;
            color: rgb(255, 101, 137);
            background-color: rgb(255, 101, 137);
            border: none;
        }

        .notification-permission-panel {
            background-color: rgb(255, 101, 137);
            padding: .5em;
            border-radius: 10px;
            margin: 1em;
            padding: .5em;
            padding-left: 2em;
            padding-bottom: 1.5em;
        }

        .notification-permission-panel p {
            /* text-align: left; */
        }

        .location-permission-panel {
            margin: 1em;
            background-color: rgb(236, 186, 253);
            padding: .5em;
            padding-left: 2em;
            padding-bottom: 1.5em;
            border-radius: 10px;
        }

        .permission-flex {
            /* display: flex;
            column-gap: 1em;
            text-align: center; */

        }

        #border-advertisement-long1 {
            border-radius: 10px;
            max-width: 100%;
            margin: 0;
            height: auto;
        }

        #border-advertisement-long2 {
            border-radius: 10px;
            max-width: 100%;
            height: auto;
        }

        #border-advertisement-long3 {
            border-radius: 10px;
            height: auto;
            max-width: 100%;

        }

        .map-outer-container {
            display: flex;
            /* border: solid rgb(46, 23, 90) 4px; */
            margin: 1em;
            /* background-color: rgb(0, 255, 229); */
            flex-wrap: wrap;
            justify-content: center;
            column-gap: 1em;
        }


        #border-estimate-title {
            /* width: 100%; */
            font-size: larger;

        }

        #border-estimate-ptag2 {
            font-size: 4em;
            /* background-color: white; */
        }

        #border-estimate-ptag3 {
            background-color: white;
        }

        .text-estimate {
            background-color: rgb(253, 209, 186);
            margin-top: 1em;
            flex-grow: 1;
            min-width: 250px;
            /* max-width: 450px; */
            text-align: center;
            border-radius: 10px;

        }

        .advertisement-container {
            display: flex;
            flex-wrap: wrap;
            margin: 1em;
            align-items: center;
            justify-content: space-evenly;
            max-width: 100%;
        }

        .advertisement-container img {
            margin-top: 1em;
            max-height: 200px;

        }



        select {
            width: 100%;
            height: 5em;
            text-align: center;
            background-color: white;
            border: none;
            border-radius: 10px;
            padding: .2em;
        }