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

IMG.displayed{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10%;
}

Body{
background-image: url("/img/barbneilson.jpg");
    background-repeat: no-repeat;
  background-size: cover;
}

p{max-width:500px; line-height: 1.5; }

h2, p{ color:#770177; font-family: 'Roboto', sans-serif;}