body {
  background-image: url("images/2 wall bright.png");
  background-size: 700px;
  background-color:rgba(255,235,219, 1);
  color: rgba(41, 105, 9, 1);
  margin-left: 250px;
  margin-right: 250px;
}


h3  {
  font-size: 20px;
}


a {
  color: rgba(41, 105, 9, 1);
}

.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 24%;
  margin: 3px;
  text-align: center;
  background-color:rgba(255,235,219, 0.5);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.laptop {
  float: right;
  margin-left: 10px;
  height: 270px;
  width: 270px;
}

.river {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 170px;
  width: 240px;
}

.container {
  position: relative;
  text-align: left;
  font-weight: bold;
}

.about  {
    background-color:rgba(255,235,219, 0.4);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 30px;
    margin: 3px;
}