html, body{
	background-color: rgb(120,120,120);
	border: 0;
	margin: 0px;
}

.contenedor{
	/*padding: 15px;*/
	background-color: rgb(120,120,120);
	height: 100vh;
	position: relative;
}

.contenido{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

a:link, a:visited{
	text-decoration: none;
	color: rgb(180,180,180);
	font-size: 2em;
	font-family: "Courier New";
}

a:hover, a:active{
	text-decoration: none;
	color: rgb(200,200,200);
	font-size: 3em;
	font-family: "Courier New";
	transition: .5s;
}