.tiny {
  font-size: 20%;
}

.small {
  font-size: 40%;
}

.medsmall {
  font-size: 60%;
}

.medium {
  font-size: 80%;
}

.normal {
  font-size: 100%;
}

.medlarge {
  font-size: 120%;
}

.large {
  font-size: 150%;
}

.small-margins {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.center {
  padding: 70px 0;
  text-align: center;
}

.right {
  float: right;
}

/* change font size of code chunks (not inline code) */
pre > code {
  font-size: 160%;
  line-height: 1.5; /* Optional: Improves readability */
  font-family: Consolas, "Courier New", monospace; /* Optional: Sets a monospace font */
}