.logo img {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

:root {
    --pst-font-size-h1: 38px;
    --pst-font-size-h2: 32px;
    --pst-font-size-h3: 27px;
    --pst-font-size-h4: 22px;
    --pst-font-size-h5: 18px;
    --pst-font-size-h6: 15px;
  }

/* --- Remove the default underline in links --- */
a {
    text-decoration: none;
}

.tutoriallist {
    /* --- Remove marker for tutorial list --- */
    ::marker {
        content: "";
    }
  }