.resposive {
	margin-left: 5px;
	background: red
}

.mensagem {
	padding: 10px; 
	font-size: 17px;
}

.iconHome {
	height: 128px;
}

.home {
	width: 155px;
    height: 148px
}

.centralizar {
	text-align: center;
}

.centralizarBotao {
	width: 10px;
	text-align: center;
}

.botaoExcluir {
	font-size: 25px;
    background: none;
    border: none;
    color: #ff0000ad;
}

.botaoEditar {
	font-size: 25px;
    background: none;
    border: none;
    color: #576d84;
}

.botaoAdicionar {
	float: right;
}