@charset "UTF-8";
/* CSS Document */
	/*------     
	
	
	*****   **    **         * ***        ****           * 
  ******  ***** *****       *  ****  *    *  *************  
 **   *  *  ***** *****    *  *  ****    *     *********    
*    *  *   * **  * **    *  **   **     *     *  *         
    *  *    *     *      *  ***           **  *  **         
   ** **    *     *     **   **              *  ***         
   ** **    *     *     **   **   ***       **   **         
   ** **    *     *     **   **  ****  *    **   **         
   ** **    *     *     **   ** *  ****     **   **         
   ** **    *     **    **   ***    **      **   **         
   *  **    *     **     **  **     *        **  **         
      *     *      **     ** *      *         ** *      *   
  ****      *      **      ***     *           ***     *    
 *  *****           **      *******             *******     
*     **                      ***                 ***       
*                                                           
 **                                                         
                        -------*/


wrapper {
	max-width: 100%;
	padding-top: 10px;
	}

main {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

body {
	background-color:lightskyblue;
}


.topnav {
	width: 100%;
	height: 50px;
	position: fixed;
	padding-right: 10px;
	padding-left: 10px;
}

.topnav a:hover {
  color: white;
}

.topnav a {
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-color: black;
	
}


p.example {
		margin-top: 100px}
}
h1 {
	text-align: center;
	font-size: 50px;
}
h2 {
	font-size: 100px; 
	text-align: center;
	color: mediumpurple;
	font-family: cursive;
}

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

