body {
	margin: 0;
	width: 100%;
	height: 100%;
}

#categories {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 50px;
	padding-bottom: 50px;
}

#letUsEngineerImg {
	background-image: url("/images/let-us-engineer-logo.png");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#letUsEngineerDesc {
	margin: auto;
	width: 300px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

#apiIntegrationsImg {
	background-image: url("/images/api-integrations.jpg");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#imageRecognitionImg {
	background-image: url("/images/image-recognition.jpg");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#saasImg {
	background-image: url("/images/saas.jpg");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#awsImg {
	background-image: url("/images/aws.png");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#javaImg {
	background-image: url("/images/java-logo.png");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#aimlImg {
	background-image: url("/images/ai-logo.jpeg");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#htmlcssImg {
	background-image: url("/images/html.png");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

#jsImg {
	background-image: url("/images/js-logo.png");
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
}

.category {
	height: 400px;
	width: 400px;
	border: 1px solid grey;
	border-radius: 10px;
}

.category-text {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
}

@media only screen and (max-width: 1450px) {
	
}

@media only screen and (max-width: 1300px) {
	
}

@media only screen and (max-width: 1240px) {
}

@media only screen and (max-width: 1000px) {
	
}

@media only screen and (max-width: 900px) {
	
}

@media only screen and (max-width: 800px) {
	
}

@media only screen and (max-width: 700px) {
	
}

@media only screen and (max-width: 500px) {
	.category {
		width: 300px;
	}
}

@media only screen and (max-width: 400px) {
	
}