
ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 7px;
}

a {
    color: rgb(233, 155, 11);
    font-size: 18px;
}

section {
    display: flex;
    justify-content: space-around;
}

p {
    color: white;
    /* background-color: #6b6b6b; */
    background-color: black;
    opacity: 60%;
    text-align: center;
    padding: 10px;
    width: 15%;
    border-radius: 5px;
    font-size: 17px;
}