ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: space-around;
    
}

a {
    color:orange;
}

p {
    background-color:rgb(94, 94, 94);
    color:white;
    width:200px;
    padding:20px;
    border-radius: 5px;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
   
    font-family:'Times New Roman';
}

section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
     height:max-content;
     flex-basis: 0;
     flex-grow: 1;
}