File size: 570 Bytes
71a764a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.landing-page {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    color: white;
    margin: 20px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.landing-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}
.landing-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.landing-description {
    font-size: 20px;
    margin: 20px 0;
    opacity: 0.85;
    font-weight: 500;
}