@charset "UTF-8";
/* CSS Document */

body {
    background-color: #000;
}
.whatsapp {
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 20000;
}
.div {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center; /* Vertically centers direct children */
	justify-content: center; /* Horizontally centers direct children */
	height: 100vh; /* Sets container height to full viewport height */
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
