/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
    margin-left:auto;
    margin-right:auto;
    background: greenyellow;

}

h1{
    font-family: "Monotype Corsiva";
    background: limegreen;
    border-radius: 25px;
}


h2{
    font-family: "Papyrus"
}

p{
    font-family: "Tahoma";
}


.featurette-divider {
    margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

footer {

    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: lightyellow;
    border-radius: 25px;
}

