* {
    margin: 0 auto;
    padding: 0 auto;
    font-family: Poppins;
  
    text-decoration: none !important;
  }
  
  @media(min-device-width:320px) {
    .AppLogo img {
      width: 300px;
      height: 300px;
  
      margin-bottom: 20px;
  
      border-radius: 50px;
    }
  }
  
  @media(min-width:576px){
    .AppLogo img {
      width: 300px;
      height: 300px;
  
      margin-bottom: 20px;
  
      border-radius: 50px;
    }
  }
  @media(min-width:992px){
    .AppLogo img {
      width: 400px;
      height: 400px;
  
      border-radius: 50px;
    }
  }
  
  @media(min-width:1200px){
    .AppLogo img {
      width: 400px;
      height: 400px;
  
      border-radius: 50px;
    }
  }
  
  .footer-copyright {
    background: #e9ebf6;
    color: #5d6cc0;
  }
  

  .footerHeader a {
    color: #5d6cc0;
  }
  
  header {
    background: #e9ebf6;
    color: #5d6cc0;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
  }
  
  header img {
    width: 150px;
    height: 150px;
  }
  
  .appPresentation {
    color: black;
  }
  
i {
  color: #5d6cc0;
}
  
  
  body {
    font-size:16px;
  }
  