h1 { color:white;
  text-align: center;
  font-size: 2em;
	font-family: 'Merriweather', monospace;
  font-weight:bold;
  text-decoration: underline; 
}
  	
h2 {color:white;
  text-align: center;
	font-size:1.5em;
	font-family:'Merriweather', monospace;
  font-weight:bold
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

	ul { font-family: 'Merriweather', monospace;
  	font-size: 1em
}

	ol { font-family: 'Merriweather', monospace;
    	font-size: 1em
}

.box {
	border: 30px solid black;
  margin-bottom: 2em;
  padding: 1em;
  background-color: #509fc7; /*This hex value is a shade of blue*/
}

p {
  font-size: 1.2rem;
  text-align: left;
}
a[href="https://fromzero.linkinpark.com/"]{
	color: yellow;
  font-size: 1em
}

