#breadcrumbs{
    padding-left: 50px;
    font-size: 20px;
    font-weight: normal;
    font-style: italic
}

#article > * {
    font-family: Lato;
    font-size: 18px;
}

#article > h1{
    font-size: 30px;
    text-align: center;
    margin: 50px 0 20px 0;
    font-family: PSL;
    letter-spacing: 2px;
    font-weight: 900;
    background-image: linear-gradient(to left, #553c9a, #b393d3);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

#latest_update {
    font-family: PSL;
    font-weight: 100;
}

#article > div.blockformula {
    font-size: 25px;
    text-align: center;
}

#article {
    max-width: 1000px;
    display: block;
    margin: auto;
    margin-bottom: 200px;
}

/* For Captions: */
#article > h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 100;
}