body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: AliceBlue;
  color: DodgerBlue;
  margin: 0 auto;
}
div {
  background-color: AliceBlue;
  margin: 10px;
  padding: 5px;
  border: 2px dashed OrangeRed;
  justify-content: space-between;
}
div p {
  background-color: AliceBlue;
  color: DodgerBlue;
  margin: 5px;
}
article {
  background-color: AliceBlue;
  margin: 10px;
  border: 2px dashed Gold;
}
article p {
  background-color: AliceBlue;
  color: DodgerBlue;
  margin: 5px;
}
h1 {
  background-color: AliceBlue;
  color: Gold;
  border: 4px solid DodgerBlue;
  text-align: center;
}
h3, h5 {
  background-color: AliceBlue;
  color: Gold;
  border: 3px solid DodgerBlue;
  font-size: 1.5em;
  margin: .83em 0;
  text-align: center;
}
h2, h4 {
  background-color: AliceBlue;
  color: OrangeRed;
  border: 3px solid DodgerBlue;
  font-size: 1.5em;
  margin: .83em 0;
  text-align: center;
}
h6 {
  background-color: AliceBlue;
  color: OrangeRed;
  border: 2px solid DodgerBlue;
  font-size: 1.17em;
  margin: 1em 0;
  text-align: center;
}
header, footer {
  background-color: Gold;
  color: AliceBlue;
  border: 2px dotted AliceBlue;
  margin: 5px;
  font-style: italic;
}
header p, footer p {
  background-color: Gold;
  color: AliceBlue;
  margin: 5px;
  font-style: italic;
}
table, th, td {
  color: DodgerBlue;
  border:2px solid DarkOrange;
  border-collapse: collapse;
}
caption {
  color: DodgerBlue;
  font-weight: bold;
}
hr {
  color: DarkOrange;
}
img {
  display: block;
  margin: auto;
  object-fit: contain;
}
iframe {
  display: block;
  margin: auto;
}
figcaption {
  text-align: center;
  font-style: italic;
  color: DodgerBlue;
}