File size: 730 Bytes
cd8b420
 
27aa622
cd8b420
a4fb42a
906cda3
2eaefef
6a83aed
27aa622
 
 
813f42d
27aa622
7d7430d
 
27aa622
 
 
 
 
 
813f42d
7334f94
bee93ca
5b8ad48
813f42d
1ba1697
9279873
efeddff
 
 
 
 
1ba1697
9279873
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");

body {
	font-family: -apple-system, BlinkMacSystemFont, "Teko", sans-serif;
    color: white;
    font-size: 350px;
    text-align: center;
    font-weight: bolder;
}

.card {

	margin: 0 auto;
    background-color: #b37eb5;
	border: 1px solid #b37eb5;
	border-radius: 16px;
}

.card p:last-child {
	margin-bottom: 0;
}

.marquee {
  max-width: 100%;
  height: 480px;
}

.bangtan-logo-left {
    padding-top: 3rem;
    display: flex;
    width: 15vw;
    height: 90vh;
    position: relative;
}

.bangtan-logo-right {
    padding-top: 3rem;
    padding-right: 3rem;
    display: flex;
    width: 15vw;
    height: 90vh;
    position: relative;
}