.menu {
 	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
  z-index: 1;
}

.menu ul {
  list-style: none;
  display: flex;
	flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
	height: 100%
}

.menu li {
  margin-right: 1em;
  padding: 0.5em 0;
  list-style: none;
}
