section {
    display: flex;
    justify-content: space-around;
}

p {
    margin: 10px;
    padding: 20px;
    width: 30%;
    background-color: rgb(122, 122, 122);
    border-radius: 15px;
    text-align: center;
}

ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}

a {
    color: orange;
}