p{
  color: white;
  background-color: #5e5e5e;
  border-radius: 5px;
  flex-direction: row;
  margin: 20px;
  padding: 10px;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 1;
  text-align: center;
} 

section{
  display: flex;
}

a{
  color:#dc861f;
  background-color: transparent;
  text-decoration: underline;
}

ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
}