li{
    list-style: none;
}
a{
    color:orange;

}
ul{
    display:flex;
    justify-content: space-around;
}
p{
    color:white;
    background-color: rgb(95, 95, 95);
    border-radius: 5px;
    text-align: center;
    display:flex;

    width: 1750px;
    height: 75px;
    padding: 10px 12px 10px 10px;
    margin: 25px;
    justify-content: space-between;
}
section{
    display:flex;
    margin: 10px;
}
