я пытаюсь добавить изображение на фон на мертвом экране, вот код
	
	
	
		
			
			
		CSS:
	
	#popup__death
    position: fixed
    top: 0
    left: 0
    width: 100%
    height: 100%
    z-index: 1
    background-image: url(./ds.png)
    background-position: center
    background-size: cover
    display: flex
    flex-direction: column
    align-items: center
    justify-content: space-evenly
    animation: animatedeath 2s ease infinite
    color: white 
 
		 
			 
 
		 
 
		