.wrapper {
    background-image: linear-gradient(to bottom, lightcyan, lavender);
    /*
    background-image: url("../images/raspberries.jpg");
    */
    height: 900px;
}

#bannerbox {
    position: relative;
    top: 100px;
    border:4px solid;
    border-radius: 80px;
    padding: 40px 20px 80px 40px;
    background-color:AliceBlue;
    /*text-shadow: h-shadow v-shadow blur-radius*/
    text-shadow: 3px 3px 6px silver;
}

#page-title {
    font-family:Menlo,Regular;
    font-size:34px;
    font-weight:bold;
    line-height:100px;
    padding: 10px 10px 2px 10px;
    text-align: center;
}

#page-subtitle {
    font-family:Menlo,Regular;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    padding: 10px 10px 2px 10px;
    text-align: center;    
}

.centered {
    text-align: center;
}