 html, body {
      margin: 0;
      padding: 0;
      background: #eee;
      color:#222;
      font-family: 'Poppins', sans-serif;
    }

    body {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    h1 {
        color: #ff0606;
        font-size: 4.5rem;
        line-height: 1rem;
        margin-bottom:0;
    }
    h2 {
        font-size:3rem;
        line-height: 2.8rem;
    }
    label {
        font-size: 1.2rem;
    }
    .greyfont {
        color:#eee;
        font-size:9px;
    }
    .content {
      text-align: center;
      margin:15px;
      max-width:750px;
    }
    .buttoncall {
        display:inline-block;
        background: #ff0606;
        color:#fff;
        text-decoration: none;
        padding:10px 20px;
        border-radius:10px;
        margin-top:10px;
   
    }
    .buttoncall:hover {
        background: #e91212;
        color:#fff;
        text-decoration: none;
        padding:10px 20px;
        border-radius:10px;
    }
    .taxi{
        font-family: 'Noto Emoji', sans-serif;
        color:#ff0606;
        font-size:5rem;
        padding:0;
    }
    .ab{
        color: #ff0606;
        font-size:1.4rem;
        text-decoration: none;
    }
    input {
        background: #fff;
        border: 0;
        width: calc(100% - 50px);
        margin: 6px;
        padding: 15px;
        border-radius: 5px;
        font-family: inherit;
        font-size: inherit;  

    }
    textarea {
        background: #fff;
        border: 0;
        width: calc(100% - 50px);
        margin: 6px;
        padding: 15px;
        border-radius: 5px;
        font-family: inherit;
        font-size: inherit;  

    }
    button{
        background: #000;
        color: #fff;
        border: 0;
        width: calc(100% - 20px);
        margin: 6px;
        padding: 15px;
        border-radius: 5px;
        font-weight: bold;
        font-family: inherit;
        font-size: inherit;  
    }
      @media only screen and (min-width: 900px) { 

      }
      @media only screen and (min-width: 500px) and (max-width: 899px) { 

      }
      @media only screen and  (max-width: 499px) { 
        h1 {
        font-size: 2.8rem;
        line-height: 1rem;
        }
        h2 {
        font-size:2rem;
        line-height: 2rem;
        }

    }
    .protection {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    