section {
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    text-align: center;
   
}

p {
    background-color: #696969;
    border-radius: 4%;
    color:white;
    padding:1%;
    width:15%;
}

ul {
    display:flex;
    list-style-type:none;
    justify-content: space-around;

}

a {
    color:orange;
}