File size: 265 Bytes
a2c10b6
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/* static/css/styles.css */
body {
    background: linear-gradient(to bottom, #5b6579, #5b6579);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}