body {
    background-image: url('/images/potatoes.jpg');
    vertical-align: middle;
}
h1 {
    color: blue;
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
p {
    color: crimson;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.6;
    size: 18px;
}
div.main {
    width: 85%;
    margin: 0 auto;
    background-color: black;
    padding: 20px;
}