* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Lato", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #111;
    background-color: #fff;
}

.tumblr-blue {
	color: #001935;
	font-weight: bold;
}

.print-only {
	display: none;
}

p, ul {
    margin: 1em 0 1.35em;
    clear: both;
    line-height: 1.7;
}

ul {
	margin-left: 1em;
}

ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

a {
    color: red;
    text-decoration: none;
}

.astral-header {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 340px;
    margin-left: -170px;
}

.astral-body {
	margin-top: 300px;
	margin-bottom: 200px;
}

.astral-header p {
    margin: 0;
    font-size: 175px;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    line-height: normal;
}

.astral-header p.one {
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.astral-header p.two {
    top: 5px;
    left: 5px;
    color: rgba(255, 0, 0, 1);
    z-index: 98;
    user-select: none;
}

.astral-header p.three {
    top: 10px;
    left: 10px;
    color: rgba(255, 255, 0, 1);
    z-index: 97;
    user-select: none;
}

.astral-header p.four {
    top: 15px;
    left: 15px;
    color: rgba(0, 255, 255, 1);
    z-index: 96;
    user-select: none;
}

.astral-header p.five {
    top: 20px;
    left: 20px;
    color: rgba(255, 0, 255, 1);
    z-index: 95;
    user-select: none;
}

.astral-header p.six {
    top: 25px;
    left: 25px;
    color: rgba(0, 255, 0, 1);
    z-index: 94;
    user-select: none;
}

.quarantine {
    width: 600px;
    margin: 25px auto;
}

@media screen and (max-width: 590px) {
    .quarantine {
        width: 100%;
        margin: 0;
    }

    .astral-header {
        width: 200px;
        margin-left: -100px;
    }
	
	.astral-body {
		margin-left: 2em;
		margin-right: 2em;
		margin-top: 200px;
	}

    .astral-header p {
        font-size: 100px;
    }
}

@media print {
	body {
		font-size: 14px;
	}
	
	a {
		color: inherit;
	}
	
	.print-only {
		display: inherit;
	}
	
	.print-hide {
		display: none;
	}
	
    .quarantine {
        width: auto;
        margin: 1em;
    }
	
	.astral-body {
		margin-top: 1em;
	}
	
	h1 {
		font-size: 20px;
		margin: 0.5em 0.2em;
		padding: 0;
	}
	
	h2 {
		font-size: 16px;
		margin: 0.1em;
		padding: 0;
	}
	
	p, ul {
	    margin: 1em;
	    line-height: 1.5;
	}
	
	ul {
		margin-left: 2em;
	}
}