root {
 display: block;
}

body {
 background: #333333;
}

p { 
 margin-left: 40px; 
 font-family: Georgia, "Times New Roman", Times, serif;
 color: rgb(255,205,0);
}

