18 lines
259 B
CSS

.opacity-50 {
opacity: 50%
}
.construction {
z-index: 10;
rotate: -10deg;
width: fit-content;
height: fit-content;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}