/* css styles */
/* Bigger photo */
.about-image img {
    width: 170px !important;
    height: 170px !important;
  }
  
  /* Bigger body text */
  body {
    font-size: 1.045rem;
  }
  
  /* Force left align jolla text */
  .about-entity {
    max-width: 680px !important;
    margin: 0 auto !important;
  }
  
  .about-contents {
    text-align: left !important;
  }
  
  .about-entity .about-contents {
    text-align: left !important;
  }
  
  .about-entity .about-contents * {
    text-align: left !important;
  }

  a {
    text-decoration: none !important;
  }
  
  div.about-contents {
    text-align: left !important;
  }
  
  body:not(.fun-page) p {
    text-align: left !important;
  }

  body:not(.fun-page) .nav-footer p {
    text-align: center !important;
  }

  body.quarto-dark b {
    color: #6ab040 !important;
  }
  
  body.quarto-dark nav {
    background-color: #6ab040 !important;
  }

  body.quarto-dark #TOC {
    background-color: transparent !important;
  }

  .nav-footer p,
  .nav-footer-center,
  .nav-footer span {
    text-align: center !important;
  }
  .nav-footer {
    justify-content: center !important;
  }
  
  .nav-footer-center {
    text-align: center !important;
  }

  .quarto-color-scheme-toggle {
    font-size: 1.3rem !important;
  }
  