@charset "UTF-8";

.header {text-align: center;
         color: white;
		 background-color: tomato;
		 padding: 50px;
		 font-size: 30px;
		 }

.article {text-align: center;}

	a {font-size: 30px;}
	
	a:hover {color: tomato;}
