ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

section {
    display: flex;
}

a{
    color: orange;   
}

p {
    border-radius: 5px;
    background: gray;
    padding: 10px;
    color: aliceblue;
    text-align: center;
    margin: 20px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
}