File size: 167 Bytes
d7dfeff
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
.animation{
  width: 100vw;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}
.lottie{
  color: white;
}