.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
li {
  margin: 0 0 0 50px;
  padding: 5px 0;
}
#text-body {
  background-color: #cad7e4;
}
#text-page {
  padding: 50px 10%;
  color: #0a1825;
  max-width: 800px;
  text-align: left;
  margin: auto;
}
.text-content-update {
  padding: 0 0 20px 0;
  font-style: italic;
  text-align: right;
  color: #20496f;
}
.text-content-title {
  margin: 30px 0 0 0;
  padding: 10px 10px 10px 10px;
  font-size: 1.6em;
  text-align: center;
  background-color: #e8f4ff;
}
.text-content-sub-title {
  padding: 10px 0;
  font-size: 1em;
  font-weight: bold;
}
.text-content {
  padding: 15px 0;
  font-size: 1em;
  line-height: 1.5em;
}
#text-page a,
.text-link {
  text-decoration: underline;
}
.text-link-outside {
  text-decoration: underline;
}
.text-link-outside:after {
  text-decoration: none;
  content: "\f08e";
  position: relative;
  top: -6px;
  right: -3px;
  font-size: 0.5em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
