body{
    background: url(images/bg_leaf.jpg);
    padding-top: 100px;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

article{
    background: rgb(125,125,125);
    width: 500px;
    padding: 5px;
    margin: auto;
}

p{
    font-weight: bold;
}