
body {
    background-image: url(../Image/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: var(--client-font);
}

.bg-primary{
    background: #002793;
}