/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Styles file 
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */    

    /* All the Tupperware and Typography
    --------------------------------------------------------------------------------- */
        body { font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px; text-align: center; }

        .container { background: #fff; padding: 30px; margin: 0 auto; border-radius: 12px; max-width: 400px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
        
		h1 { font-size: 28px; margin:0 0 30px 0; padding: 0 0 10px 0; color: #222; text-align: center; text-transform: uppercase; border-bottom: 1px solid #666; }
        h2 { font-size: 20px; margin-bottom: 30px; color: #666; text-align: center; font-weight: normal; text-transform: uppercase; }

        @media (max-width: 600px) {
            .container { margin: 20px; padding: 20px; }
            h1 { font-size: 24px; border-bottom: 1px solid #666; }
            h2 { font-size: 18px; }
        }
    /* ------------------------------------------------------------------------------ */

    /* List elements
    --------------------------------------------------------------------------------- */
        ul          { list-style-type: none; padding: 0; margin: 30px 0; }
        ul li       { justify-content: space-between; align-items: center; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 8px; transition: background-color 0.2s ease; }

        ul li a       { color: #009688; font-weight: normal; text-decoration: none; transition: background-color 0.2s ease; display: block; background-color: #fafafa; padding: 15px 0; border-radius: 8px; box-shadow: 0 5px 8px rgba(0,0,0,0.1); }
        ul li a:hover { color: #00796b; font-weight: normal; text-decoration: none; transition: background-color 0.2s ease; display: block; background-color: #f0f0f0; padding: 15px 0; border-radius: 8px; box-shadow: 0 !important;}
	/* ------------------------------------------------------------------------------ */

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EOF
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */