
ul {
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-around;
}

li a {
    color: rgb(255, 102, 0);
}

p {
    padding: 15px;
    background-color: rgb(109, 109, 109);
    border-radius: 5px;
    color: white;
    margin: 25px;
    text-align: center;
    flex: 1 1 0;
}

section {
    display: flex;
}