h1, h2,h3,h4,h5,h6{
    color:blueviolet;
}
.search-box {
    height: 400px;
    background-image: url("../img/banner-purple.jpg");
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    padding-bottom: 10px;
}
.featured-section {
    margin-top:-50px;
    border-radius: 10px;
    padding:20px;
    background-color: white;
}
.quotes-box
{
    border-radius: 10px;
    padding:20px; 
    background-image: url("../img/green-tree.jpg");
}

blockquote {
    max-width: 20em;
    margin: 1em;
    font-size: 20px;
    
}
.box {
    text-align:center;
    display: block;
    margin: 0 auto;
    padding-top: 10%;
}
.inputfield{

height:50px

}

