ul{
    display:flex;
    justify-content: space-around;
    list-style-type: none;
}
a{
    color: rgb(234, 158, 16);
}
section{
    display: flex;
    justify-content: space-around;
}


p{
    background-color: rgb(131, 129, 129);
    margin: 40px;
    padding: 20px;
    width: 30%;
    border-radius: 20px;
    text-align: center;
}
 html{
    background-color: rgb(255, 255, 255);
 }
