body {
  margin: 0;
  background-color: #f5ebe0;
  font-family: 'Rubik', sans-serif;
}

#wrapper {
    width: 1390px;
    height: 1000px;
    margin-top: 15px;
    position: relative;
}

#banner {
  width: 1380px;
  height: 100px;
  margin: auto;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: black;
  background-color: #d5bdaf;
  text-align: center;
}

#left {
  position: absolute;
  height: 400px; 
  width: 250px;
  top: 110px;
  padding-top: 10px;
  padding-left: 10px;
  z-index: 99;
}

#navigation {
  position: relative;
  height: 100%;
  width: 230px;
  background-color: #d6ccc2;
  text-align: center;
  padding-top: 40px;
}

#navigation a {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: white;
  text-decoration: none;
}

#right {
  position: absolute;
  height: 1000px; 
  width: 1200px;
  left: 230px;
  top: 110px;
  padding-top: 25px;
}

#about {
  width: 90%;
  height: 100%;
  font-size: 14px;
  margin-left: 20px;
  padding: 30px;
  color: black;
  background-color: #e3d5ca;
  text-align: left;
}