html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Helvetica';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper {
	width: 100%;
	height: auto;
	padding: 5% 0;
}

.content {
	padding: 0 5%;
}

h1 {
	font-size: 46px;
	font-weight: 600;
	font-family: 'Helverica', cursive;
	background-image: linear-gradient(
    -225deg,
    #ffcc00 0%,
    #ffcc99 29%,
    #8cff1a 67%,
    #001a09 100%
  );
	background-size: auto auto;
  	background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
    display: inline-block; 
    margin-bottom: 5%;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 2%;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 2%;
	font-style: italic;
}

.array-wrapper {
	background: #f2f2f2;
	padding: 5px;
	border-radius: 5px;
	margin: 10px 0;
}

.array-code {	
	color: #404040;
	font-weight: 600;
	line-height: 1.5;
}

button {
	background: #e6e600;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 18px;
	color: #208000;
	border: none;
	margin: 10px;
	font-weight: 600;
}