ul {
    display: flex;
    justify-content: space-around;
}

a {
    color: orange;
    font-size: 18px;
}

section {
    display: flex;
}

p {
    border: none;
    outline: none;
    background-color: rgb(104, 104, 104);
    color: white;
    padding: 10px 10px 0px;
    border-radius: 10px;
    font-size: 17px;
    margin: 0px 30px 0px;
    text-align: center;
    width: 300px;
    height: 100px;
}

ul.no-bullets {
    list-style-type: none;
}