@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url("../datoro.com/images/d006.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}



.link {
	text-decoration: none;
	padding: 0.5rem;
	display: flex;
	border-radius: 0.5rem;
	border: 1px;
	background-color: rgba(0,0,0,0.15);
    font-family: 'Gabarito', cursive;
    font-weight: 100;
    text-decoration-color: #edf0f1;
	  transition: color 0.3s ease 0s;
	color: white;
}

.link:hover {
  color: #039C9A;
}


.center{
	display: flex;
	list-style-type: none;
	border-style: none;
	position: absolute;
	width: 100%;
	height: 100	vh;
	justify-content:center;
	align-content:center;
	top: 50%;
}


