body {
	background-color: black;
	color: #00ff00;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 50px;
	margin: 0;
}

a:link {
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ff004f;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #8b0000;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #560319;
  background-color: transparent;
  text-decoration: underline;
}

.menubox {
	background-color: black;
	border: 5px dashed #00ff00;
	padding: 10px;
	width: 75%
	box-shadow: 5px 5px 10px rgba(0, 200, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.middenBox {
    background-color: black;
    border: 10px solid #00ff00;
    padding: 10px;
    width: 75%;
    box-shadow: 5px 5px 10px rgba(0, 200, 0, 0.5);
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.desktop-title {
    display: block;
    max-width: 768px;
}

