.dropbtn {
	background-color: #004a4a;
	color: white;
	padding: 10px;
	font-size: 40px;
	width: 80px;
	border: none;
}

.dropdown {
	position: relative;
	right: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
	background-color: #007a7a;
	overflow: visible;
	min-width: 160px;
	width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
}

  /* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

  /* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #004a4a;}

  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

  /* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #006e6e;} 

.menupont {
	justify-content: center;
	text-align: center;
	justify-items: center;
}
.menupont > a {
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding: 10px;
}