*{
    padding: 0;
    margin:0;
    outline: none;
    box-sizing: border-box;
}
body{
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #000000;  
    background: -webkit-linear-gradient(to , #302b63, #302b63, #000000   );  
    background: linear-gradient(to bottom, #24243e, #02020a, #000000); 
    } 

  
    .policeheaderpic img{
         position: absolute;    
         top: 3%;
         left: 18%;
         opacity: 0.4;
         height: 350px;
            
        }
    .policeheaderpic img:hover{
        opacity: 1;   
    }
    .containerA{
        border-radius: 20px;
        margin-top: 9rem;
    }
    .containerA h1{
        color: rgba(102, 18, 237, 0.939)
    }
    .container{
        margin-top: 28rem;
        position:fixed;
        color:#6c209393 ;    
    }
    .container, .containerA {
        font-size:2.5em;
        display: block;
        position: fixed;
    }
/* yehey -------------------- ----------- */
    .pol{
        color: rgb(28, 108, 212);
        text-decoration: wheat;
    }
    .poldept{
        color: wheat;
        outline-color: antiquewhite;
        outline-width: 20px;
    }
    .letR{
        color: rgb(137, 44, 11); 
    }
    .letP{
        color: cornsilk;
    }
    .letL{
        color: antiquewhite;
    }
    .letrt{
        color: rgb(187, 23, 23);
    }
    .polgov{
        color: rgb(236, 233, 233);
    }
/* yehey -------------------- ----------- */
   

    .fnav{
        display:block;
        z-index: 1;
        margin-top: 43rem;
        margin-left: 2rem;
        color: white;
        font-size: 25px;

    }

    @media only screen and (max-width:800px) {
        /* For tablets: */
        body {
          display:contents;
          width: 80%;
          padding: 0;
          background: #000000;  
         background: -webkit-linear-gradient(to , #302b63, #302b63, #000000   );  
         background: linear-gradient(to bottom, #24243e, #02020a, #000000); 
        }
        .containerA {
            font-size:2em;
            display: block;
            position: none;
            top: 0%;
            margin-top: 0%; 
        }
        .dashIntro{
            opacity: 0%;
        }
        .policeheaderpic img {
            position: none;
            width: 95%;
            height: 30%;
            left: 2%;
            top: 35%;
            opacity: 0.8;
            border-bottom: #ede9e9;
            border-width: 1cap;
            border-radius: 4cap;
            border-color: #6c209393;
          }
          .cud1{
            font-size: 1.4em;
            color:rgb(154, 162, 162);
          }
          .ccsh1{
            font-size: 1.2em;
            color:#202224
          }
      }
      @media only screen and (max-width:500px) {
        /* For mobile phones: */
        body {
            display:contents;
            width: 80%;
            padding: 0;
            background: #000000;  
           background: -webkit-linear-gradient(to , #302b63, #302b63, #000000   );  
           background: linear-gradient(to bottom, #24243e, #02020a, #000000); 
          }
          .containerA {
              font-size:2em;
              display: block;
              position: none;
              top: 0%;
              margin-top: 0%; 
          }
          .pol{
            color: rgb(28, 108, 212);
            text-decoration: wheat;
            top: 50%;
        }
          .dashIntro{
              opacity: 0%;
          }
          .policeheaderpic img {
              position: none;
              width: 95%;
              height: 30%;
              left: 2%;
              top: 35%;
              border-bottom: #ede9e9;
              border-width: 1cap;
              border-radius: 4cap;
              border-color: #6c209393;
            }
            .cud1{
              font-size: 1.4em;
              color:rgb(154, 162, 162);
            }
            .ccsh1{
              font-size: 1.2em;
              color:#202224
            }
        }

   
  
    