body
{
	background-color: white;
	background-image: url(bgdoug.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	border: 0px;
	padding: 0px;
}

.text
{
	font-family: impact;
	font-size: 36px;
	font-style: bold;
	-webkit-text-fill-color: White;
	-webkit-text-stroke-width: 1.7px;
	-webkit-text-stroke-color: Black;
}

html {
	overflow: -moz-scrollbars-vertical;
}

.hr1 {
    border: 10px solid rgba(0, 0, 0, 0.7);
	border-top: 10px solid black;
	border-left: 10px solid black;
	border-right: 10px solid black;
	margin-bottom: 0px;
	
} 

.hr2 {
    border: 10px solid rgba(0, 0, 0, 0.7);
	border-bottom: 10px solid black;
	border-left: 10px solid black;
	border-right: 10px solid black;
	margin-top: 0px;
	
} 

.container {
	background: rgba(0, 0, 0, 0.7);
	margin-bottom: 0px;
	margin-top: 0px;
}

.penis {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-family: impact;
	font-size: 28px;
	font-style: bold;
	-webkit-text-fill-color: White;
	letter-spacing:0.03em
}