@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,700&display=swap');
	h1{
			text-align:center;
			color:navy;
			font-family: 'Bodoni Moda', serif;
    		font-size: 36pt;
			padding: 20;
			border-style: double;
			border-width: 2px;
			background-color:azure;
			text-shadow: 2px;
			margin-left: 20%;
			margin-right: 20%;
			border-radius: 20px;
			margin-top: 30px;
			margin-bottom: 30px;
	}
      	h3{
            text-align: left;
    		color: navy;
    		font-family: 'Bodoni Moda', serif;
    		font-size: 20pt;
        }
        h4{
            text-align: left;
    		color: darkred;
    		font-family: 'Bodoni Moda', serif;
    		font-size: 14pt;
        }
    	p{
    		text-align: left;
    		text-indent: 180;
    		color: rgb(95, 95, 95);
    		font-family: Arial;
    		font-Size: 12pt;
			line-height-step: 20px 2px;
			margin-bottom: 30px;
      	}
    	li{
            text-align: left;
    		text-indent: 180;
    		color: rgb(19, 19, 150);
    		font-family: Arial;
    		font-Size: 12pt;
         }
      p2{
    		text-align:left;
    		font-family: Arial;
    		color: rgb(105, 9, 9);
    		font-Size: 9pt;
    	}
      p3{
    		text-align: right;
    		font-family: Arial;
    		color: rgb(0, 0, 0);
    		font-Size: 12pt;
    	}
		hr{
            background-color: skyblue;
            width: 100%;
            height: 4px;
            line-height: 400%;
        }
		hr1{
            background-color: navy;
            width: 100%;
            height: 5px;
            border-top: 5px dotted black;
            line-height: 200%;
        }
		hr2{
            background-color: black;
            width: 100%;
            height: 1px;
        }
		.page-header{
			background-color: navy;
		}
		.Name-title{
			font-family: 'Bodoni Moda', serif;
			font-style: bold;
			border-radius: 10px;
		}
		.links{
			position: relative;
			display: block;
			margin: 0 auto;
			width: fit-content;
		}
		.links a{
			width: 33%;
			font-family: arial;
			font-style: bold;
			text-align: right;
			text-decoration: none;
			padding-right: 20px;
		}
		.links a:hover{
			color:red;
			background-color: wheat;
		}
