body {
  margin:30px;
}

      @media only screen
      and (min-width: 3000px)
      and (max-width: 3840px){
  .logo {
      width: 18% !important;
  }
  }
  
      @media only screen
      and (min-width: 1920px)
      and (max-width: 2999px){
  .logo {
      width: 37% !important;
  }
  }
  
      @media only screen
      and (min-width: 300px)
      and (max-width: 900px)
      and (-webkit-min-device-pixel-ratio: 2)
      and (orientation: portrait){
  .logo {
      width: 90% !important;
  }
  .whatsapp_icon {
      width: 70% !important;
  }
  .email_icon {
      width: 70% !important;
  }
  .c_text {
      font-size: 40px !important;    
  }
  .whatsapp_text {
      font-size: 37px !important;
  }
  .email_text {
      font-size: 37px !important;
  }
  .inli {
	  display: inline-block !important;
  }
  .wh {
	 margin: 0 !important; 
  }
  .em {
	  margin: 0 !important; 
  }
  }
  
  .c_text {
      font-family: 'ae_AlArabiya', sans-serif;
      font-size: 80px;
      color: #189a85;
      text-shadow: 2px 2px white;
  }
  
  .soon {
      font-family: 'ae_AlArabiya', sans-serif;
      font-size: 100px;
      color: #189a85;
      text-shadow: 2px 2px white;
  }
  
   .whatsapp_text {
      font-family: 'ae_AlArabiya', sans-serif;
      font-size: 40px;
      color: #189a85;
      text-decoration-line: underline;
      text-underline-offset: 15px;
  }
  
     .email_text {
      font-family: 'ae_AlArabiya', sans-serif;
      font-size: 40px;
      color: #189a85;
      text-decoration-line: underline;
      text-underline-offset: 15px;
  }

  .logo {
      width: 30%;
  }

  
  .inli {
	  display: inline-flex;
  }
  
  .wh {
	 margin: 20px; 
  }
  
  .em {
	  margin: 20px; 
  }
  