*{
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	font-family: Arial, Helvetica, sans-serif;
}
.header{
	border-radius: 20px;
	position: relative;
	width: 80%;
	margin: auto;
	text-align: center;
	color: light-dark(white, gray);
	background-color: light-dark(gray, #f5f5f5);
}

.header h1{
	font-size: 40px;
}

.header p{
	padding-bottom: 10px;
	font-size: 20px;
}

.navbar {
	overflow: auto;
	position: relative;
	top: 30%;
	margin: auto;
	padding-left: 2%;
	padding-right: 2%;
	border-radius: 10px;
	list-style-type: none;
	width:80%;
}
.navbar li{
	display: inline-block;
	width: 45%;
	text-align:center;
}

.navbar li a{
	border-radius: 5px;
	padding-left: 8%;
	padding-right: 8%;
	text-decoration: none;
	text-align: center;
	color: light-dark(white, black);
	text-transform: uppercase;
	background-color: light-dark(black, white);
}

.navbar li a:hover{
	background-color: light-dark(#00ebeb, #00f0f0);
	color: light-dark(#ff0000, #dc143c);
}

.navbar li a:active{
	background-color: light-dark(#a6d608, #7fff00);
	color: light-dark(#ff00ff, #ee82ee);
}

.navbar::after {
	content: "";
	clear: both;
	display: table;
}

.me img{
	max-height: 1%;
	width: auto;
	padding-left: 20%;
	padding-bottom: 3%;
}

.me{
	position: relative;
	left: 10%;
	border-radius: 10px;
	padding: 0%;
	width: 80%;
	margin-top: 1%;
	text-align: justify;
	text-indent: 5em;
	color: light-dark(black, white);
	background-color: light-dark(#dcdcdc, #808080);
	vertical-align: center;
}
.me table{
	table-layout: fixed;
	border-collapse: collapse;
}
.me td:nth-child(1){
	width: 150pt;
}
.me td:nth-child(2){
	padding-left: 30pt;
	padding-bottom: 2pt;
}


.CV{
	position: relative;
	left: 10%;
	border-radius: 10px;
	padding: 0%;
	left:0%;
	width: 80%;
	margin: auto;
	color: light-dark(black, white);
	background-color: light-dark(#dcdcdc, #808080);
	vertical-align: center;
}

.CV h1{
	text-align:center;
	font-size: 20px;
}

.CV p{
	font-size: 15px;
}

.CV table{
	table-layout: fixed;
	border-collapse: collapse;
}

.CV td:nth-child(1){
	padding-right: 10pt;
	width: 150pt;
}
.CV td:nth-child(2){
	border-left: 1px solid light-dark(black,white);
	padding-left: 20pt;
	padding-bottom: 3pt;
}

.work{
	position: relative;
	border-radius: 10px;
	padding-left: 1%;
	padding-right: 1%;
	width: 78%;
	margin: auto;
	color: light-dark(black, white);
	background-color: transparent;
	vertical-align: center;
}

.work h1{
	font-size: 20pt;
}

.footer{
	position: relative;
	bottom: 0;
	left: 1%;
	width: 80%;
	margin: auto;
}
