body{
	font-family: "Arial", serif ;
	letter-spacing: 2px;
}

.box-style{
	border: 4px solid black;
	border-right: 10px solid black;
	margin-bottom:11px;
	margin-left:0px;
	display: inline-block;
}
  
section{
	width:100%;
}
  
.middle{
	margin-top:100px;
	text-align: center;
	margin-left: 50%;
	transform: translate(-50%,0px);
}

.results{
	display:inline-block;
}
h1,i,b,p,div{
	display:inline-block;
}
.titlespan{
	margin-top:20px;
	font-weight:700;
}
a{
	margin-bottom:20px;
}
.incontents{
	border: 1px solid black;
	margin:0px;
}
.search_output{
	border-left: 5px solid black;
	margin-left:30px;
	padding-left:10px;
	margin-bottom:30px;
	width:60%;
	min-width:350px;
}

.ress{
	color: black;
	
	margin-bottom:100px;
}

code{
	background-color: #eee;
	border: 1px solid #ddd;
	padding:20px;
	display: block;
}