.flexquites {
    display: flex;
    color: black;
    justify-content: space-around;
}

.qoute {
    color: darkgray;
    background-color: white;
    padding: 5px;
    width: 200px;
    text-align: center;
}
.box {
    display: flex;
    justify-content: space-between;
}