body {
background-image: url(https://magaimg.net/img/90oh.png);
font-family:"Lucida Console", Monaco, monospace;
}
#title {
	color:white;
	font-size:30px;
	margin:0 auto;
	text-shadow:2px 2px #354f65;
	width:25%;
}
#detoxbody {
	background:black;
	display:inline-block;
	padding-right:10px;
	padding-left:18px;
	background-color:white;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid black;
}
#returnhome {
width:25%;
	margin:0 auto;
	font-size:25px;
}
p{
	text-align:left;
	font-size:19px;
	line-height:1.6;
}
h3{
	text-align:center;
}
a:link {
	color:white;
	text-decoration:underline;
	text-shadow:2px 2px #354f65;
}
a:visited {
	color:white;
	text-decoration:underline;
	text-shadow:2px 2px #354f65;
}
a:hover{
	color:#354f65;
	text-decoration:none;
	text-shadow:1px 1px white;
}