
/* 
    Created on : Aug 6, 2025, 12:09:11 PM
    Author     : Javid Hasan
*/

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

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

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

body        {   display: flex;
                align-items: center;
                justify-content: center;
                font-family: "Poppins-Light";
                line-height: 2.5;
                min-height: 50vh;
                background: #f3f3f3;
                flex-direction: column;
                margin: 0;                                                      }

