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