.navigation {
	background-color: rgb(255, 255, 255);
	width: 100%;
	z-index: 100;
}

.up {
	padding: .5rem 1rem;
	margin: auto;
}

.logo {
	height: 250px;
	text-align: center;
}

.down {
	gap: 10px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	background-color: white;
	z-index: 100;
}


.button {
	font-family: 'Courier New', Courier, monospace;
	padding: 12px;
	font-size: 20px;
	border-radius: 10px;
	background-color: transparent;
	color: rgb(0, 0, 0);
	border: 2px solid transparent;
	transition: 1s;
}

.button:hover {
	background-color: #555555;
	color: white;
}

.dropdown-toggle {
	font-family: 'Courier New', Courier, monospace;
	padding: 12px;
	font-size: 20px;
	border-radius: 10px;
	background-color: transparent;
	color: rgb(0, 0, 0);
	border: 2px solid transparent;
	transition: 1s;
}

.dropdown-toggle:hover {
	background-color: #555555 !important;
	color: white !important;
}

.BIO {
	width: 80%;
}