body {
    /* height: 100%; */
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(#f1f 16%, #f1f 34%, #f1f 66%, #f1f 83%, #f1f);
    /* background-size: 400% 400%; */
    /* height:100%; */
    background-color: blue;
    background: var(--home-background-url);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-position: center bottom;
}
