File size: 698 Bytes
373898d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.css-ffhzg2 {
    position: absolute;
    color: rgb(250, 250, 250);
    inset: 0px;
    overflow: hidden;
    background: linear-gradient(114.96deg,#823ddc 34.12%,rgb(12, 230, 158) 105.4%);
}
#container {

    max-height:150%;
    margin-top: 5rem;
    padding: 40px;
    box-shadow:12px 20px 5px rgb(13 14 10 / 10%);
    border: 3px solid rgb(57, 154, 193);
    
    /* transition: transform 0.3s ease; */
    
  }

.st-bb{
    opacity: 1;
    background: black;
}


span{
    scroll-margin-top: 2rem;
    color: antiquewhite;
    font-family: cursive;
}
p{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size:1.6rem;
}