.background {
    z-index: 0;
    height: 100vh;
    width: 100vw;
    position: absolute;
    opacity: calc(30%);
    object-fit: cover;
}