* {
	border: 0;
	margin:0px;
	padding:0px;
}

body { background-color: #4B2C82 !important; }

.row {
	margin: 0px !important;
	min-height: 90vh; 
	display: flex; 
	align-items: center;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	font-style: italic;
}

h4 { color: #C00D0E !important }

p { font-family: 'Roboto Condensed', sans-serif; color: #000 !important; margin: 0 0 5px !important; }
a,
a:hover { color: #000 !important }

a#whatsapp { position: fixed; right: 30px; bottom: 30px; z-index: 9999 }
