@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'fira';
	src:url(fonts/FiraSansOT-Light.otf), url(fonts/firasansot-light.woff),url(fonts/firasansot-light.woff2);	
}
@font-face{
	font-family: 'Roboto', sans-serif;
}

body{
	padding: 15px;
	background-color:#2A2A2A;
	color: antiquewhite;
}
h1{
	text-align: center;
}

#primero{
	font-family: 'Roboto';
	padding: 10px;
	border: double;
	border-color: blue;
	
	
}

#segundo{
	font-family: 'fira';
	border: double;
	border-color: orangered;
	padding: 10px;
	
}