a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: lightgray;}
a:active {text-decoration: none;}
a{
    color: white;
}

#fsbg {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -100;
    min-height: 100%;
    min-width: 1040px;
}
    h1 {padding: 40px 15px;text-align: center;}
    @media (min-width: 1205px) {
    .container-fluid{
        width: 1200px;
}
.body {
    width: 100% !important;
}
.center{
    text-align:center;
    width:50%;
}