.toppage {
  margin-bottom: 0px;
  display: grid;
  grid-template-rows: 26px 10px 26px 10px 26px;
}

.green {
  margin-top: 0px;
  margin-left: 0px;
  background-color: #006847;

}

.black {
  margin-top: 0px;
  margin-left: 0px;
  background-color: rgb(0, 0, 0);


}

.white {
  margin-top: 0px;
  margin-left: 0px;
  background-color: white;

}

.body {
  margin: 0px;
}


  .home-button:hover {
    background-color: black;
    color: white;
  }

  .home-button:active {
    opacity: .6;
  }
  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    color: black;
    height: 35px;
    width: 90px;
    cursor: pointer;
    vertical-align: top;
  }

  .button:hover {
    background-color: black;
    color: white;
  }

  .button:active {
    opacity: .6;
  }

.home-grid {
  padding-left: 650px;
  padding-right: 530px;
  margin-top: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: gray;
}

.button-format {
  margin-top: 0px;
  vertical-align: top;
}

.mainpage-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-rows: 1000px;
}

.background-page {
  background-color: gray;

  
}

.content-page {
  background-color: white;
  color: black;
  font-family: arial;
}


.content-grid {
  display: grid;
  grid-template-rows: 100px 1fr .1fr;
  margin-left: 5px ;

}

.construction-text {
  font-family: arial;
  margin-left: 225px;
  

}

.construction-grid {
  margin-left: 20px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  
}

.bulldozer {
  margin-left: 150px;
  width: 50px;
  height: 50px;
}

.title-text {
  font-family: Arial;
  
}

.general-text {
  font-family: Arial;

}