@import url('https://fonts.googleapis.com/css?family=Monoton');

h1 {
    color: orange;
    text-align: center;
    font-family: 'Monoton', cursive;
    font-size: 450%;
   }
   
h2 {
	color: orange;
	font-family: 'Monoton', cursive;
}
