body{
    background-color: antiquewhite;
}

.app{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.quoteOfTheDay{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.quote{
    color: black;
    font-weight: bolder;
    text-align: center;
    font-size: 3em;
    word-wrap: break-word;
    padding: 30px;
}

.whoSaidIt{
    font-weight: bold;
    font-size: 1.5em;
    color: rgb(17, 0, 248);
}