div p {
    max-width: 50vw;
}
blockquote p {
    max-width: 100%;
}
.hidden {
    display: none;
}
blockquote {
    background-color: #16334f;
    width: 50%;
}
h1, h2, h3, h4, h5, h6 {
    color: #25c8f9;
}
iframe {
    max-width: 100vw !important;
}
img {
    max-width: 50vw !important;
}
footer {
    background-color: black;
}
a {
  color:#1e90ff;
  text-decoration:underline;
  text-decoration-style:dotted
}
