body { 
  background-color: #020526;
  font-family: Arial, sans-serif;
}

h1 {
	font-family: BungeeSpice-Regular;
  text-align: center;
	font-size:240px;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: BungeeSpice-Regular;
  text-align: center;
	font-size:20px;
	margin-bottom: 0;
}

h3 {
	font-family: Revalia-Regular;
	color: #949494;
	text-align: center;
	font-size: 14px;
}

.articulo {
  border: 1px solid green;
  margin-bottom: 20px;
}

@font-face{
	font-family: 'BungeeSpice-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('BungeeSpice-Regular'), url('BungeeSpice-Regular.ttf') format('truetype');
}

@font-face{
	font-family: 'Revalia-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Revalia-Regular'), url('Revalia-Regular.ttf') format('truetype');
}
