body{
    background: rgb(231, 231, 231);
    color: white;
    font-family: helvetica Neue, Helvetica, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/*-------------------------------------------------------Navigation Menu--------*/

section.features {
    background: rgb(231, 231, 231);
    margin-top: 30%;
    color:gray;
    padding: 20px;
    display:flex;
    flex-direction:row;
}

section.underconstructionimg {
    display:center;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:35%;
}


/*-------------------------------------------------------------------------------Footer--*/
footer {
    background: rgb(231, 231, 231);
    color: gray;
    font-size: 12px;
    padding: 20px 20px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  