body {
	margin:0;
}

.navbar {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px;
	font-size: 44px;
	color: #ffffff;
	background-color: rgba(00, 00, 00, 0.85);
	background filter: blur(5px);
	position: fixed;
	top: 0;
	width: 100%;
}

.navbar table {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	overflow: hidden;
	background-color: rgba(54, 54, 54, 0.90);
	text-align: center;
}

.navbar table a {
	text-decoration: none;
	color: #ffffff;
}

.navbar table a:hover {
	color: #c0c0c0;
}
	
.main {
	font-family: 'Raleway', sans-serif;
	margin-top: 96px;
	margin-bottom: 48px;
}

.main p {
	font-size: 16px;
}

.linkbutton {
	border-style: solid;
	border-width: 2px;
}

.linkbutton a {
	text-decoration: none;
	color: #000000;
}

.cvbutton a:hover {
	color: #c0c0c0;
	border-color: #c0c0c0;
}

.footer {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 8px 8px;
	font-size: 24px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	background-color: #c5cad0;
	text-align: center;
}
