body {
  height: 100%;
  background-color: #fff;
  background-image: url(https://jacoblarose.com/assets/imgs/elements/paper.webp);
  background-repeat: repeat;
}

h1 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	margin-right: 4%;
	margin-left: 4%;
  font-size: 2em;
	text-shadow: 1px 1px 6px #b16cdf;
}

h2 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 1px 1px 8px #b16cdf;
}

h5 {
	text-shadow: 1px 1px 4px #b16cdf;
  text-align: center;
}

p {
	font-family: "Aubrey", system-ui;
  text-indent: 0px;
	font-size: 1.5em;
}

time {
  text-indent: 8px;
  font-size: 1.5em;
  font-family: "VT323", system-ui;
  font-weight: bold;
}

i {
  text-color: #564363;
  color: #564363;
  font-size: 1.4em;
  size: 1.4em;
  font-weight: bold;
}

a {
	font-family: "Aubrey", system-ui;
	text-shadow: 1px 1px 4px #b16cdf;
  text-color: #723e94;
  color: #723e94;
}

a:link {
	text-decoration:none;
	font-weight: bold;
}

a:hover,a:active {
	text-decoration:none;
}

a:visited {
  text-color: #564363;
}

main > a {
	font-family: "Aubrey", system-ui;
	text-shadow: 1px 1px 4px #b16cdf;
  text-color: #723e94;
  color: #723e94;
}

main > a:link {
	text-decoration:none;
	font-weight: bold;
}

main > a:hover,a:active {
	text-decoration:none;
}

main > a:visited {
  text-color: #564363;
}

img {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: center;
    z-index: 1;
    border: 2px solid black;
    outline: rgba(0.7, 0.4, 0.87, 0.8) solid 6px;
}

video {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: center;
    z-index: 1;
    border: 2px solid black;
    outline: rgba(0.7, 0.4, 0.87, 0.8) solid 6px;
}

main {
  padding: 6%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

div.share {
  padding: 4px;
  display: inline;
  position: fixed;
  bottom: 4px;
  right: 6px;
  float: bottom right;
  z-index: 2;
  margin-left: auto;
  background: rgba(0.7, 0.4, 0.87, 0.2);
}

div.footer {
  display: none;
}

@media screen and (max-device-width: 640px) {
  img {
    width: 70%;
  }

  video {
    width: 70%;
  }
}