*{
  margin: auto;
  padding: 0;
  list-style: none;
  text-decoration: none;
  background-color: #38294C;  
  a{
    color: lightgreen;
    justify-content: center;
    font-size: 25px;
    position: relative;
    top: 50%;
    left: 50%;
  }
}