@charset "utf-8";

.mainContent{
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	border: solid 2px #482683;
	font-family: "Charm", cursive;
  	font-weight: 400;
  	font-style: normal;
	font-size: 1.2em;
}

@media screen and (max-width: 750px){
	.mainContent{
		font-size: 1em;
		width: 100%;
		border: none;
	}
}

h1{
	text-align: center;
}
