File size: 697 Bytes
5a3fddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf8efd4
5a3fddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
826a304
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
44
45
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ff5252;
    color: #ffffff;
}

.navbar {
    display: flex;
    justify-content: center;
    background-color: #ff0000;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.navbar a:hover {
    background-color: black;
}

.navbar a.active {
    color: #f7ca3e;
    font-weight: bold;
}

.content {
    text-align: left;
    padding: 50px;
}
#ig{
    height:200px;
    max-height: 100vh;
    max-width: 100vw;
}