.background-image-anime {
width: 100%;
background-size: 100% auto;
background-image: url('../assets/ezgif-3-d2831f8743.gif');
}
.background-image-anime::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
}
.centered-div {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.background-image-anime {
width: 100%;
background-size: 100% auto;
background-image: url('../assets/ezgif-3-d2831f8743.gif');
}
.background-image-anime::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
}
.centered-div {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}