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

body {
background-color: #fff3f7;

}

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

p {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
font-size: 30px;
color: black; 
}
