:root {
	--rojo-ssreyes: #bc072d;
	--rojo-ssreyes-hover: #f4003d;
	--negro-ssreyes: #404040;
}

* {
	box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: var(--negro-ssreyes);
}

a {
	text-decoration: none;
	color: inherit;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	display: flex;
	gap: 40px;
	flex-direction: column;
	align-items: center;
	/* background-color: teal; */
	min-height: 100vh;
}