
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }

        header {
            background-color: #f4f4f4;
            color: black;
            text-align: center;
            padding: 1em;
        }
		
		
		img.post {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0 auto;
			
			}
			
		img.profile {
			text-align: left;
			
			}	
			
		img.large {
			width: 500px;
			height: auto;
			display: block;
			margin: 0 auto;
			
			}
		
		img.logo {
			margin-bottom: 0px;
			}

		p {
            text-align: justify;
			line-height: 16pt;

        }
		
		
		p.centre {
            text-align: center;

        }
		
		
		p.left {
            text-align: left;

        }
		
		.lista {
            text-align: left;
			margin-bottom: 20px;

        }
		
		
		
		
		.footer {
            text-align: center;

        }
		
		.menu
		{
            text-align: center;
			list-style-type: none;
			margin: 0;
			padding: 0;
			line-height: 2;
        }
		
		a {
		  text-decoration: none;
		  color: gray;
		}	
		
		a:link {
		  text-decoration: none;
		  color: #8000c4;
		}

		a:visited {
		  text-decoration: none;
		  color: #8000c4;
		}

		a:hover {
		  text-decoration: none;
		  color: #d17aff;
		}

		a:active {
		  text-decoration: none;
		  color: #d17aff;
		}
		
		h1{
			text-align: center;
			font-family: Garamond ;
			font-size: 22pt;
        }
		
		h2{
			text-align: center;
			font-size: 32pt;
			font-family: Garamond;
			font-variant: small-caps;
			font-weight: normal;
        }
		
		h3{
            margin-top: 60px;
			font-family: Arial;
			font-variant: normal;
			font-weight: bold;
			text-align: left;
			font-size: 16pt;
        }
		
		
		h4{
            text-align: center;
			font-size: 10pt;
			font-weight: normal;
			color: gray;
        }
		
		h5{
            text-align: left;
			font-weight: normal;
			font-style: normal; 
        }
		
		
		p.subtitle {
            text-align: center;
			color: #ababab;
			font-size: 9pt;
			margin-top: -20px;

        }
		
        section {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        nav {
            text-align: center;
            margin-bottom: 20px;
        }

        nav a {
            text-decoration: none;
            color: #333;
            padding: 10px 20px;
            margin: 0 10px;
            border-radius: 5px;
            background-color: #eee;
            display: inline-block;
        }

        nav a:hover {
            background-color: #ddd;
        }

        /* Hamburger Menu Styles */
        .menu-icon {
            display: none;
            cursor: pointer;
            font-size: 1.5em;
			text-align: right;
        }

        @media (max-width: 768px) {
            .menu-icon {
                display: block;
            }

            nav {
                display: none;
                text-align: center;
            }

            nav.show {
                display: block;
            }

            nav a {
                display: block;
                margin: 10px 0;
            }
        }

        footer {
            text-align: center;
            padding: 1em;
            background-color: #f4f4f4;
            color: #ababab;
        }
