@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.subir {
	box-shadow: 0px 0px 0px 0px #e40067;
	background-color:#e40067;
	border-radius:28px;
	border:2px solid #c7065d;
	display:inline-block;
	cursor:pointer;
	color: black;
	font-family: 'Anton', sans-serif;
	font-size:15px;
	padding:16px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e40067;
    position:fixed;
    bottom: 0;
    right: 0;
	margin-right: 15px;
    margin-bottom: 10px;
}
.subir:hover {
	background-color:#db0967;
}

