body {
  width: 100vw;
  height: 100vh;
  background-image: url("/img/asphalte.jpg");
  background-position: center;
  background-size: cover;
}
.boxConnect {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;

  /*line-height: 500px;
  height: 500px;
  /*border: 3px solid green;
  text-align: center;*/
}

.boxConnect p {
  width: 50%;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

/*.divBody{
  width: 100%;
  height: 100%;
  border: 3px solid green;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.hero-image {
  background-image: url("/w3images/photographer.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
*/

/*.grid-container {
  display: grid;
  grid-template-columns: 15% 70% 14%;
  grid-template-rows: 75px 200px ;
  gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  
}

.grid-container > p {
  display: inline-block;
  vertical-align: middle;
}*/

