html, body{
	margin: 0;
	padding: 0;
}
body{
	border-top: 80px dotted #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
    color: #f3f3f3;
    background-color: #111;
	}
a{
	display: inline-block;
    text-decoration: none;
	color: #fff;
    font-weight: 700;
    background-image: linear-gradient(120deg, #dc3545 0%, #d63384 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: 0 90%;
    transition: background-size 0.29s ease-in;
    margin: 0 12px 16px 0;
}
a:hover{
	color: #000;
    background-size: 120% 88%;}
a:focus{
	color: #000;
	outline: none;
	background-color: #f90;
    border-radius: 2px;
}
p{
    font-weight: 400;

}
.refrain{
    font-size: 0.7em;
    font-weight: 300;
    display: block;
}
.grid{
	margin-left: auto;
	margin-right: auto;
    max-width: 70ch;
    padding: 20px;
}
.image{
	max-width: 100%;
}
audio{
	display: block;
    width: 100%;
    background: #f80;
    padding: 8px;
    border-radius: 48px;
    margin-bottom: 12px;
}
hr{
    border-top: 2px solid #333;
    background: transparent;
    border-bottom: transparent;
    margin-top: 32px;
    margin-bottom: 32px;
}
footer{
	background: #000;
    height: 100px;
    border-bottom: 90px dotted #222;
}
.center{
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
h1{
	font-size: 1.9em;
	margin: 16px 8px;
	padding: 0;
    color: white;
    background: -webkit-linear-gradient(-70deg,#3bf0e4,#bca1f7);
    -webkit-background-clip: text;
}
.marg-top{
    margin-top: 80px;
}
h2{
	font-size: 1.2em;
	margin: 16px 8px 8px 0;
	padding: 0;
    color: white;
}
ul li{
	list-style-type: circle;
}
ol li{
	list-style-type: decimal;
}
::selection {
	background: #f80; /* Safari */
	color: #000;
	}
::-moz-selection {
	background: #f80; /* Firefox */
	color: #000;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, menu, nav, output, section, summary,
time, mark, audio, video {
	vertical-align: baseline;
}
footer, header, hgroup, menu, nav, section, .block {
	display: block;
}
body {
	line-height: 1.4em;
}
ol, ul {
	list-style: none;
}
.highlight {
	color: red;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
