article, aside, figure, footer, header, nav, section	{		display: block; 	}

/*************************************  FONT DEFINITIONS  ********************************/

@font-face  {   font-family: "Poppins-Light";
		src: url("../fonts/Poppins-Light.ttf") format("truetype");	}

/*****************************************************************************************/
														
html        {	width: 100%;
		background-color: #2B2B2B;					}			

body        { 	width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
                font-family: "Poppins-Light";
		overflow: auto;                                                 }

.welcomePage p  {   width: 80%;
                    margin: 0 auto;
                    font-size: 18pt;
                    color: #569E35;
                    text-align: center;                                         }