
above {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

above a {
  height: 5%;
  border: 1px solid black;
  border-left: none;
  border-right: none;
  color: white;
  background: lightgray;
  transition: 0.5s ease background;
  font-family: HelveticaNeueLightItalic;
  text-decoration: none;
  padding-left: 1%;
  padding-right: 1%;
}