ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
    
}

a{
    color: orange;
}


p{
    width: 650px;
    margin: 30px;
    padding: 10px;
    background-color: rgb(92, 91, 91);
    border-radius: 5px;
    color: white;
    text-align: center;
    
}
section{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    justify-content: center;
}
