File size: 171 Bytes
f2bfbb5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.canvas {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}