body {
    padding-bottom: 150px;
    margin: auto;
    width: 100%;
    background-color: rgb(253, 255, 239);
}

.blockquote {
    padding: 200px;
    font-size: 3em;
    
}

.blockquote p {
    color: rgb(249, 1, 249);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.blockquote-footers {
    color: rgb(94, 33, 249);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.display-1 {
    color:orchid;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 50px 0 50px 30px;
    text-transform: uppercase;
}

.display-2 {
    color:rgb(1, 93, 251);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 20px 0 0 0;
    font-size: 3em;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    color:rgb(0, 0, 0);
}

footer {
    color:orchid;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 50px 0 50px 30px;
    text-align: center;
}

.card {
    margin: 20px auto;
    background-color:rgb(245, 197, 197);
}

#flowers { 
    background-image: url("bootstrap-images/wild-flowers-AdobeStock_98069499.jpeg");
    height: 700px;
    margin: 50px 0 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

#flowers-2 {
    background-image: url("bootstrap-images/wild-flowers-2-AdobeStock_350329909.jpeg");
    height: 700px;
    margin: 50px 0 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

#flowers-3 {
    background-image: url("bootstrap-images/wild-flowers-3-AdobeStock_294292863.jpeg");
    height: 700px;
    margin: 50px 0 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}