@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap');
/* body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    
    h1{
    font-family: "Tajawal";
      color: rgb(48, 47, 47);
    }

img{

    width: 75%;
}
    code {
      font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
    }
    
    /**-------------tablet 850px-------------**/
  
  
 /*@media (max-width: 850px) {}

   /**-------------phone 480px-------------**/
  
   /*@media (max-width: 480px) {
h1{font-size: 16px;}
    
   } */