

img {
  max-width: 90%;
  height: auto;
}

html {
  /*  background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;*/
    text-align: center;
}

body {
    background: transparent;
   /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;*/
    line-height: 1.5;
    margin: 0 auto;
   /* max-width: 1140px; */
   padding: 0.3em 0.3em 0.3em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 4em;
}



b, strong {
    font-weight: 600;
}


img {
   /* animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1; */
    background: transparent;
   /*border: 10px solid rgba(0, 0, 0, 0.12); 
    border-radius: 4px;
    display: block;*/
    margin: 10px auto;
    max-width: 80%;
    padding: 0.3em 0.3em 0.3em;
}

