@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("../images/underconst25.gif");
	background-repeat: repeat;
	margin: 2em;
	text-align: center;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: regular;
	font-size: 24px;
	line-height: 1.4em;
	-webkit-text-size-adjust: 100%;
}

img.shit {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	letter-spacing: .25em;
	font-size: 300px;
	line-height: .5em;
	font-weight: normal;
}

.mirror {
    display: block; 
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}






img {
	width: 100%;
	margin: 10vh auto;
}
















