ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

ul {
    color:orange;
    list-style-type: none;
}

p {
    border-radius: 10px;
    border-color: gray;
    border-width: 1000px;
    border: solid 2px;
    margin: 50px;
    background-color: gray;
    color: white;
    text-align: center;
}

section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

a {
    color: orange;
}