
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: .0625em;
    background-image: linear-gradient(to bottom,rgb(0 0 0 / 20%) 0,rgb(0 0 0 / 50%) 66%,#000 86%),url(../assets/img/cec84bb9369fc629.jpg);
    background-position-x: 50.8%;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    /* padding: 15rem 0; */
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: scroll; */
    background-attachment: fixed;
}