.Flex-Menu {
    display: flex;
    justify-content: space-evenly;
    color: rgb(255, 255, 255);
    flex-wrap: wrap;
  }
  
.Flex-Menu > li > a{
  color: rgb(255, 176, 73);
  }

.Flex-Quotes {
    display: flex;
    justify-content: space-between;
  }

.Flex-Quotes > p {
  border-radius: 5px;
  text-align: center;
  width: 300px;
  margin: 20px;
  padding: 10px;
  background-color: #696969;
  color: rgb(255, 255, 255);
  }