@charset "utf-8";
/* CSS Document */

body {background-color: #FF3CAC;
background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);

}

h1 {
  color: blue;
	text-align: center;
	font-size: 64px;
}
p {
  color: black;
	font-size: 20px;
	text-align: justify;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

main {
	text-align: center;
	font-size: 48px;
}

h3 {
	margin-left: 20px;
	font-size: 32px;

}

h2 {
	font-size: 36px;
}

h4 {
	color:red;
	font-size: 46px;
}