.matinha-background{
	background-color: #00a79d; 
}

.centered {
	max-width: 800px;
	width: 60%;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}