p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.box {
  padding: 1em;
  background: rgb(238, 251, 252);
  color: black;
  border: 5px solid rgb(118, 175, 169);
  border-radius: 10px;
}
.center {
  text-align: center;
}

body {
  text-align: justify;
  font-size: 14px; /* Base size */
}

@media (min-width: 768px) {
  body {
    font-size: 16px; /* Larger screens */
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px; /* Very large screens */
  }
}


.footnote-ref {
  color: red;
  font-weight: bold;
}

img {
  border: none;
  outline: none;
  box-shadow: none
}

.inline-figure {
  border: none !important;
}


blockquote {
  background-color: #f2f2f2;
  border-left: 5px solid #c2c2c2;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

