*
{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

body
{
	 font-family: "Montserrat", sans-serif;
}

#form
{
	width: 100%;
	margin-top:200px;
	align-items:center;
	display:flex;
	flex-direction: column;
}

#botones
{
	display:flex;
	flex-direction: space-beetween;
	column-gap: 50px;
}

#botonCerrar
{
	
}

#botonCerrar:hover
{
	transform: scale(1.3);
}

#botonEnviar
{
	
}

#botonEnviar:hover
{
	transform: scale(1.3);
}

#tensCompte
{
	width: 100%;
	margin-top:20px;
	align-items:center;
	display:flex;
	flex-direction: column;
}
