@import url("component.css");


@media screen and (min-width: 768px) { /*for big screen*/

main {
	width: auto;

}
section {
	padding: 1em;
	text-align: center;
}
h1 {
	font-size: 55px;
	text-align: center;
}
h2 {
	font-size: 30px;
	text-align: center;
	color: #BBBBBB;
}

	
	
}

img {
	width: 100%;
}

