.container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('bg.jpg') top center;
  background-size: cover;
}

.projectTable {
  width: 80%;
  height: 60%;
  position: absolute;
  top: 10%;
  left: 15%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.bg {
  width: 80%;
  min-height: 100%;
  /*background-color: hsla(0,0%,100%,.9);*/
  text-align: center;
  padding: 40px 60px;
}

.bg a {
  color: #FFF;
  text-decoration: none;
  font-size: 23px;
}

.bg .Title {
  height: 30px;
  line-height: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
}

.bg .Left {
  width: 550px;
  height: 450px;
  margin-top: 60px;
  margin-left: 40px;
  background: #008000;
  float: left;
  line-height: 370px;
}

.bg .Right {
  width: 550px;
  height: 450px;
  margin-top: 60px;
  margin-left: 50px;
  background: #FF9900;
  float: left;
  line-height: 370px;
}