Ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    color: orange;
}

section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
section p{
    background-color: rgb(76, 76, 76);
    color: white;
    border: 2px solid black;
    text-align: center;
    max-width: 250px;
    border: 10px;
    padding: 20px;
    border-radius: 10px;
 
}
   a{
        color:orange;
    }