body{
	text-align:center;
	margin:100px auto;
	font-family: LimeLight;
	background-color: black;
	background-image: url('images/flour.png');
	background-position:center center;

    
    
    height: 100vh;
    padding:0;
    margin:0;
}

.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1{
	color: #FFF;
}

h3{
	color: wheat;
	font-size: 30px;
	max-width: 800px;
	margin:20px auto;
	text-wrap:balance;
}

h2{
	color: white;
  font-family: "Oi", system-ui;
  font-weight: 400;
  font-style: normal;
	font-size: 85px;
	max-width: 800px;
	margin:20px auto;
	text-wrap:balance;
}

img {
  width: 50%;
	min-width:300px;
}

hr{
	margin:100px auto;
}

.listparag{
	text-align: centered;
}

.itemContainer{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.itemContainer img{
	transition: transform 0.3s ease;
	width:30%;
}

.itemContainer img:hover {
	transform:scale(1.2);
}


