h1 {
    color: white;
    text-align: center;
}

.nav h3 {
    color: white;
    text-align: center;
}

a{
	cursor: pointer;
	color: black;
    text-decoration: none;
  }

.container{
	margin-top: 10px;
}

/* botoes */

.botao-voltar {
  text-align: center;
  color: white;
}

.botao-voltar i{
  font-size: 36px;
}

.service-box {
    text-align: center;
    margin-bottom: 10px;
	  padding:12px;
  }
  
  .service-box i, .service-box h4 {
    transition: .5s;
  }
  
  
  .service-box i {
    font-size: 36px;
    margin-bottom: 20px;
    color: #444;
  }
  
  .service-box h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .service-box:hover > i, .service-box:hover > h4 {
    color: #65DAF9;
  }
  