body {
position: relative;
}
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 0, 0, 0);
z-index: 9999;
pointer-events: none;
animation: graduallyRed 30s forwards;
}
@keyframes graduallyRed {
0% {
background-color: rgba(255, 0, 0, 0);
}
98% {
background-color: rgba(255, 0, 0, 0.7);
}
}
._aagw {
position: relative;
}
._aagw::after {
content: 'I DONT LIKE THIS';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 0, 0, 0.7);
color: white;
font-size: 24px;
font-weight: bold;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
}
._aarf.x1e56ztr.x1gslohp {
position: relative;
}
._aarf.x1e56ztr.x1gslohp::after {
content: '!';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 0, 0, 0.7);
color: white;
font-size: 24px;
font-weight: bold;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
}
.x1i10hfl {
position: relative;
}
.x1i10hfl::after {
content: '!';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 0, 0, 0.7);
color: white;
font-size: 24px;
font-weight: bold;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
}