body {
	background-color: rgb(220,220,220)
}
h1 {
	font-size: 50px;
	font-family: "Museo";
	font-style: ;
	font-weight: 500;
	text-align: center;
}
h2 {
	font-size: 30px;
	font-family: "Museo";
	font-style: ;
	font-weight: 300;
	text-align: center;
}
img{
	width: 30%;
	height: 30%;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	border-color: rgba(0,0,0,.4);
	margin-left: auto;
    margin-right: auto;
}
#TheCybercriminals {
	width: 30.97%;
	height: 50%;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	border-color: rgba(0,0,0,.4);
	margin-left: auto;
    margin-right: auto;
}