section.code-search.with-bg{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}

section.code-search.with-bg .bg-image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}

section.code-search.with-bg .info {
	position: relative;
	background: #fff;
	padding: 2rem;
	outline: 3px solid white;
	outline-offset: 3px;
	border-radius: 12px;
	margin: 20vw auto;
}

/* SIMPLE VERSION FOR HEADER */
section.code-search.simple{
	
}
