body {
    min-height: 100vh;
    background-size: cover;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 19%, rgba(254, 243, 230, 1) 46%, rgba(245, 170, 78, 1) 100%) fixed;
}

.img-fluid.object-fit-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
