body {
  font-family: 'Roboto', sans-serif;

  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
   color: #ffffff;
}

h1, h2, h3, h4 {
  color: #b58c34;
}
p, li {
  font-size: 16px;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
li:before {
  content: ">> ";
  color: #b58c34;
}
p, ul {
  background-color: #B3A369;
  padding: 10px;
}