section p{
    background-color: grey;
    color:white;
    align-items: flex-start;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    
}

section{
    display:flex;
    justify-content: space-evenly;

}

ul{
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    list-style-type: none;
}

a{
    color:orange;
}
