html,
        body,
        #map {
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
        }

        .title {
            position: fixed;
            top: 0%;
            left: 35%;
            margin-left: 5%;
            font-size: 9pt;
            color: #141414 !important;
            text-decoration: none;
            font-weight: 900;
            text-align: center;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.8);
            border-width: 1px;
            padding-top: 5px;
            padding-right: 8px;
            width: 35% !important;
            padding-bottom: 5px;
            padding-left: 10px;
            opacity: 0.8;
            cursor: grab;
            background-color: white;
            border-radius: 6px;
        }

        @media screen and (max-width: 480px) {
            .title {
                position: fixed;
                top: 0%;
                left: 18%;
                margin-left: 5%;
                font-size: 6pt;
                color: #141414 !important;
                text-decoration: none;
                font-weight: 900;
                text-align: center;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.8);
                border-width: 1px;
                padding-top: 5px;
                padding-right: 8px;
                width: 35% !important;
                padding-bottom: 5px;
                padding-left: 10px;
                opacity: 0.8;
                cursor: grab;
                background-color: white;
                border-radius: 6px;
            }
        }

        @media screen and (min-width: 481px) and (max-width: 768px) {
            .title {
                position: fixed;
                top: 0%;
                left: 15%;
                margin-left: 5%;
                font-size: 4pt;
                color: #141414 !important;
                text-decoration: none;
                font-weight: 900;
                text-align: center;
                border-style: solid;
                border-color: rgba(0, 0, 0, 0.8);
                border-width: 1px;
                padding-top: 5px;
                padding-right: 8px;
                width: 35% !important;
                padding-bottom: 5px;
                padding-left: 10px;
                opacity: 0.8;
                cursor: grab;
                background-color: white;
                border-radius: 6px;
            }
        }

        .logo {
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.3);
            border-width: 1px;
            opacity: 0.9;
            cursor: grab;
            background-color: rgba(255, 255, 255, 0.6);
            padding-left: 2px;
            padding-top: 4px;
            border-radius: 6px;
            width: 13%;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
        }