@charset "UTF-8";

#background + div {
position: relative;
}
#background + div::after {
position: absolute;
content: '';
background: #ffffff;
top: 0;
right: 0;
bottom: 0;
left: 0;
}