*{
    background-color: #161616;
            }
            #mape{
                border-radius: 30px;
            }
            #maptext{
                display: flex;
            }
            h1{
                color: rgb(254,68,52);
                font-size:  50px; ;
                text-align: center;
                font-family:'Times New Roman', Times, serif;
            }
            #city{
                background-color: whitesmoke;
                font-family:'Times New Roman', Times, serif;
                color: #161616;
                border: 0;
                height: 40px;
                width: 50%;
                margin: 5px 25%;
                text-align: center;
                font-size: x-large;
                border-radius: 30px;
            }
            #but{
                margin: 5px 45%;
                margin-bottom: 50px;
                background-color: rgb(254,68,52);
                padding: 20px 40px;
                border-radius: 30px;
                border:0 ;
            }
            #text {
                width: 50%;
            }
            h3{
                color: blanchedalmond;
                text-align: center;
            }
            #t2{
                display: flex;
            }
            #t3{
                padding: 20px;
            }