ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

a {
    color: orange;
}

section {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
}

p {
    color: white;
    background-color: gray;
    border: 1px;
    border-color: gray;
    border-radius: 10px;
    height: 75px;
    width: 215px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: center;
}

