html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  background: #ccc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: white;
  border-bottom: 1px solid white;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
  /* width: auto; */
}

img.lazy {
  /* optional way, set loading as background */
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

main {
  height: 100vh;
  overflow-y: hidden;
}

.main-content {
  height: 100vh;
  /* vertical-align: middle; */
  display: inline-flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.hentry {
  width: 100vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.author {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;

  font-size: 12px;
  padding: 1em;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}

strong,
.download {
  font-weight: bold;
  color: white;
}
