head{

}


body {




    padding-top: 56px;

    background: url(Vector_2646.webp);
    /* Set background image to fixed (don't scroll along with the page) */
     background-attachment: fixed;

     /* Center the background image */
     background-position: center;

     /* Set the background image to no repeat */
     background-repeat: no-repeat;

     /* Scale the background image to be as large as possible */
     background-size: cover;

    .btn-primary {
        background-color: #c60063;
        border-color: #c60063;

        .btn-secondary {
            background-color: transparent;
            border-color: #c60063;
            color: #c60063;



}

        #contact {
    background: url("contact.jpg") no-repeat center;
}


}



}
