/*  GRDES66 Ascii logo "A tim"
      ___                    ___                       ___     
     /\  \                  /\  \          ___        /\__\    
    /::\  \                 \:\  \        /\  \      /::|  |   
   /:/\:\  \                 \:\  \       \:\  \    /:|:|  |   
  /::\~\:\  \                /::\  \      /::\__\  /:/|:|__|__ 
 /:/\:\ \:\__\              /:/\:\__\  __/:/\/__/ /:/ |::::\__\
 \/__\:\/:/  /             /:/  \/__/ /\/:/  /    \/__/~~/:/  /
      \::/  /             /:/  /      \::/__/           /:/  / 
      /:/  /              \/__/        \:\__\          /:/  /  
     /:/  /                             \/__/         /:/  /   
     \/__/                                            \/__/    
*/

body {
	background-color: blueviolet;
}

h1 {
	font-family: 'Uncial Antiqua', cursive;
	color: seagreen;
	font-size: 45pt;
	text-align: center;

}

h2 {
	font-family: impact;
	color: greenyellow;
	font-size: 34pt;
	text-align: center;
}
div {
	width: 100px;
	height: 100px;
	margin: 10px;
	border: 5px greenyellow;
	padding: 10px;
	display: inline-block;
	background-color: seagreen;
}