ul {
  display: flex;                
  justify-content: space-around;      
  list-style: none;
}

a {
  color: orange;
}

section {
  display: flex;            
  justify-content: space-around;   
  flex-wrap: wrap;  
}

p {
  background: grey;
  color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 220px;
  text-align: center;
}