/*   _..._       .-'''-.                      .-'''-.                                                                               _..._               
    .-'_..._''.   '   _    \                   '   _    \                                 .---.                                    .-'_..._''.            
  .' .'      '.\/   /` '.   \                /   /` '.   \    _..._                       |   |_________   _...._                .' .'      '.\           
 / .'          .   |     \  '               .   |     \  '  .'     '.                     |   |\        |.'      '-.            / .'                      
. '            |   '      |  '  .|       .| |   '      |  '.   .-.   .                    |   | \        .'```'.    '.         . '                        
| |            \    \     / / .' |_    .' |_\    \     / / |  '   '  |              __    |   |  \      |       \     \   __   | |                 __     
| |             `.   ` ..' /.'     | .'     |`.   ` ..' /  |  |   |  |           .:--.'.  |   |   |     |        |    |.:--.'. | |              .:--.'.   
. '                '-...-'`'--.  .-''--.  .-'   '-...-'`   |  |   |  |          / |   \ | |   |   |      \      /    ./ |   \ |. '             / |   \ |  
 \ '.          .              |  |     |  |                |  |   |  |          `" __ | | |   |   |     |\`'-.-'   .' `" __ | | \ '.          .`" __ | |  
  '. `._____.-'/              |  |     |  |                |  |   |  |           .'.''| | |   |   |     | '-....-'`    .'.''| |  '. `._____.-'/ .'.''| |  
    `-.______ /               |  '.'   |  '.'              |  |   |  |          / /   | |_'---'  .'     '.            / /   | |_   `-.______ / / /   | |_ 
             `                |   /    |   /               |  |   |  |          \ \._,\ '/     '-----------'          \ \._,\ '/            `  \ \._,\ '/ 
                              `'-'     `'-'                '--'   '--'           `--'  `"                              `--'  `"                 `--'  `"  
*/

body {
	background-color: pink;
}

h1{
	font-family: "Comic Sans MS", cursive;
	color:white;
	font-size: 88pt;
	text-align: center;
}

h2{
	font-family: "Helevtica";
    font-size: 22pt;
    text-align: center;
    color:green;

}

h3{
	text-align: center;
	color:white;
}

.home{
	text-align: left;
	color:teal;
}

img{
	display: block;
	margin:auto;

}

ul{
	list-style-type: none;
}

ex-img{
	float: left;
	}

footer{
	text-align: center;
     color: pink;
   }










