/* color */
body {
  background-color: #a75e7c;
  color: #000;
}
img {
  border: 10px solid #FFF;
}

/* text style */
body {
  text-align: center;
}
p {
  text-align: center;
}

/* position and form */
body {
  margin: 10% 5% 5% 5%;
}