body {
	background:#F06B52;
	color: white;
	font-family: sans-serif;
	font-size: 4vw;
}

a {
	color: white;
}
p {
	/*max-width: 960px;*/
}

#peace-container {
	display: inline-block;
}

#peace {
	display: inline-block;
	animation: mymove 5s ease infinite;
}

@keyframes mymove {
  100% {transform: rotate(360deg);}
}