p{
    background-color: rgb(86, 86, 86);
    width:15%;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 15px;
}
ul{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}
section{
    display: flex;
    justify-content: space-between;
    margin: 10px;
}
a{
    color:rgb(243, 158, 0)
}