#quotes {
    display: flex;
    justify-content: space-evenly;
}

p {
    background-color: #777;
    color: white;
    padding: 15px;
    margin: 10px;
    max-width: 203px;
    border-radius: 7px;
}

#linkies {
    display: flex;
    justify-content: space-around;
    color: white;
}

a {
    color: orange;
}