@import url("https://fonts.xz.style/serve/roboto-mono.css");


html {
	font-size: 16px;
}

body{
	max-width:54rem;
	margin:0 auto;
    line-height:1.6;
    font-size:1rem;
    padding:0 1rem;
    font-family: 'Roboto Mono', monospace;
    background:#141414;
    color:#becec5;
    background-color: #141414;
}

#over {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: linear-gradient(#1b1a1a47 50%, transparent 50%);
    background-size: 10px 2px;
    pointer-events: none;
  }


* {
	margin: 0;
	padding: 0;
}

p{margin-bottom: 1rem;}


h1,h2,h3,h4,h5,h6{
    line-height:1.2;
    padding: 3rem 0 1rem;
}

h1 {
	font-size: 2.2rem;
}

h2 {
	font-size: 1.95rem;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.45rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1rem;
}

a {
    color:#07a
}
a:visited {
    color:#7e392d
}
a:hover {
	color: 08b;
}

blockquote {
	padding: 1.5rem;
	background:#222222;
    border-left: 5px solid #333333;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 12px #00000099;
    line-height: 1.7;
}

code,
samp,
kbd,
pre {
	background: #222222;
	border: 1px solid #333333;
	padding: 3px 6px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
	box-shadow: 0px 4px 12px #00000099;
	tab-size: 4;
}

ul,ol,dl{
    margin-bottom: 1rem;
}

li {
    margin-top: .4rem 0 1rem;
}

.nav{
    float:right;
    margin-left: 1rem;
    text-decoration: none;
}

dd{
    margin:0 0 1rem 2rem;
}
dt{
    margin-top: 0.5rem;
}
dl{
    margin: 0.5rem 0 1rem;
}

.time{
    font-size: 0.8rem;
    color:#a2a792;
}

.tag{
    display:inline;
    font-size: 0.8rem;
    color:#707463;
}

footer {
    margin-top: 10rem;
    text-align: center;
  }

  figure{
      margin:10px;
  }

  figcaption{
    text-align: center;
    font-size: 0.8rem;
  }
