ul {
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
}

li {
    display: flex;
    font-size: x-large;
}

li a {
    display: flex;
    display: block;
    color: #ff6900;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

section {
    display: flex;
    justify-content: space-evenly;
}

p {
    display: flex;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #666;

    width: 100%;
    margin: 35px;
    border-radius: 10px;
    padding: 10px;
}
