@charset "utf-8";
/* CSS Document */

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(169,121,127,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(169,121,127,1) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(169,121,127,1) 100%);
    background-attachment: fixed;

}
.img-responsive{
    margin: 100px auto 40px auto;
}