
body {
  background-color: #A4AA87;
  color: #000000;
  background-image: url(/img/bg.jpg);
  background-size: cover;
  font-family: "open sans", "sans-serif";
}
.header {
  color: #803720;
}
.resize {
    width:10%; /* you can use % */
    height: auto;
}
.bottom-text {
  line-height: 1.45;
  font-weight: bold;
}