.md-main {
    /* do not override here if you not sure :))) */
  }
  
  #md-logo img{
    width: 500px;
  }
  
  
  /* .md-header {
    background-color: #219ebc;
  } */
  
  .md-typeset {
    text-align: justify;
  }
  
  p {
    font-size: 16px;
  }
  
  .md-social__link {
    font-size: medium;
  }
  
  /* #mkdocs-decrypt-form {
    display: inline-grid;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  #mkdocs-decrypt-button {
    margin: 10px auto 0px auto;
  }
  
  #mkdocs-decrypted-content {
    display: flex;
    justify-content: center;
  } */
  
  .md-input-custom {
    display: flex;
    max-width: 60%;
    width: 100%;
    margin: 8px auto;
  }
  
  .md-button-custom {
    display: flex!important;
    justify-content: center;
    text-align: center;
    max-width: 45%;
    width: 100%;
    margin: 10px auto;
  }
  
  #mkdocs-decrypt-msg {
    max-width: 60%;
    width: 100%;
    margin: 14px auto;
    font-weight: 300;
    font-size: 14px;
  }
  
  /*css for footer*/
  .md-copyright{
    width: 1200px;
  }
  .footer-left {
    float: left;
  }
  
  .footer-right {
    float: right;
  }
  
  .footer-right .contact-icons {
    display: inline-block;
    margin-left: 20px;
  }
  
  .footer-right .contact-icons a {
    text-decoration: none;
    margin: 0 5px;
    color: inherit;
  }
  
  .footer-right .contact-icons i {
    font-size: 1.5em;
  }
  /* do not override here if you not sure :))) */


#md-logo img{
  width: 500px;
}


/* .md-header {
  background-color: #219ebc;
} */

.md-typeset {
  text-align: justify;
}

p {
  font-size: 16px;
}

.md-social__link {
  font-size: medium;
}

/* #mkdocs-decrypt-form {
  display: inline-grid;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
}

#mkdocs-decrypt-button {
  margin: 10px auto 0px auto;
}

#mkdocs-decrypted-content {
  display: flex;
  justify-content: center;
} */

.md-input-custom {
  display: flex;
  max-width: 60%;
  width: 100%;
  margin: 8px auto;
}

.md-button-custom {
  display: flex!important;
  justify-content: center;
  text-align: center;
  max-width: 45%;
  width: 100%;
  margin: 10px auto;
}

#mkdocs-decrypt-msg {
  max-width: 60%;
  width: 100%;
  margin: 14px auto;
  font-weight: 300;
  font-size: 14px;
}

/*css for footer*/
.md-copyright{
  width: 1200px;
}
.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.footer-right .contact-icons {
  display: inline-block;
  margin-left: 20px;
}

.footer-right .contact-icons a {
  text-decoration: none;
  margin: 0 5px;
  color: inherit;
}

.footer-right .contact-icons i {
  font-size: 1.5em;
}

