* {
margin: 0; padding: 0;
}

html {
background-color: black;
background: url('../images/sensoriawebb.jpg') no-repeat top center fixed black;
-webkit-background-size: 70%;
-moz-background-size: 70%;
-o-background-size: 70%;
background-size: 70%;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 14px;
color: white;
}

#page-wrap {
position: relative;
width: 50%;
margin: 2em auto;
padding: 20px;
text-align: center !important;
}

#page-wrap img {
display: block;
width: 10% height: auto;
margin: 0 auto;
}

audio {
margin-bottom: 2em;
}

h2 {
margin-bottom: 1em;
}

p {
margin-bottom: 0.5em;
}



