@charset "UTF-8";
/* CSS Document */

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

body {
    background-color: #FFF0F5;
}

h1 {
    color: black;
    text-align: center;
}

p {
    font-family: "Arial";
    font-size: 20px;
	text-align: center;
}

