            a
            {
                color:black;
            }
           
            .flx
            {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 90vh;
                display: flex;
                flex-wrap: wrap;
            }

            .flxitem
            {
                /*flex: auto;*/
                justify-content: center;
            }

            .flx .md
            {
                margin: 20px 40px;
                width:260px;
            }

            .flx .md table
            {
                text-align: left;
                transition: .5s;
                box-shadow:2px 2px 5px rgb(0, 0, 0, 0.2);
            }

            .flx .md table:hover
            {
                box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.2);
            }

            .flx .md img
            {
                width:100%;
            }

            h1
            {
                font-size: 90px;
                font-weight: 800;
            }
            h2
            {
                color:red;
                font-size: 7vw;
                font-weight: 800;
                letter-spacing: 40px;
                padding: 40px 0px;
            }
            h4
            {
                font-size: 18px;
                letter-spacing: 2px;
                line-height: 40px;
            }
            .address
            {
                font-size: 20px;
                color:black;
            }
            
            img
            {
             width:120px;   
            }
            
            .page_img
            {
             width:100%!important;   
            }

            .btn
            {
                transition: 0.5s;
                color: white;
                background: rgb(255, 0, 43);
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            }
            .btn:hover
            {
                transform: scale(1.1);
                color: rgb(255, 0, 43);
                background: white;
                margin:0px 10px;
            }
              
            
            @media(max-width:1024px)
            {
            h1
            {
                font-size: 42px;
                font-weight: 800;
            }
            
            h2
            {
                color:red;
                font-size: 42px;
                font-weight: 800;
                letter-spacing: 12px;
                padding: 20px 0px;
            }
            h4
            {
                font-size: 14px;
                letter-spacing: 2px;
                line-height: 40px;
            }
            .address
            {
                font-size: 14px;
                color:black;
            }
            
            img
            {
             width:60px;   
            }
            
            }