#titulo{
  background-color: #2c3e50;
  color: #fff;
}

#titulo h1{
  font-family: "Sansation", sans-serif;
}

#link{
  text-decoration: none;
  color: white;
}

#features{
  background-color: #233240;
}

.grey-color{
  color: #aaaaaa;
}

.feature-icon{
  background-color: #415162;
  border-radius: 5px;
}

.icon-square{
  background-color: #566573;
  border-radius: 6px;
}

#comandos{
  background-color: #2c3e50;
}

.cf{
  padding: 4.4rem;
}

.lista-c{
  border: 1px solid #494949;
  border-radius: 15px;
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #24313f;
  box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
}

.lista-p{
  font-size: 16px;
}

#sup{
  background-color: #233240;
}

#footer{
  background-color: #2c3e50;
}