ul{
    display: flex;
    list-style-type: none;
    justify-content: space-around;
}

a:link{
    color:orange;
}

p{ 
    
    border-radius: 5px;
    border: 2px solid gray;
    width: 200px;
    height: 70px;
    padding: 10px;
    text-align: center;
    color:white;
    background-color: gray;
    
}

section{

    flex-grow:1;
    flex-basis: 0;
    justify-content: space-around;
    display: flex;
    
}
