File size: 188 Bytes
fb3c402
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#mapid {
  height: 700px;
  width: 100%;
}

body,
html {
  background-image: linear-gradient(
    rgba(66, 4, 165, 0.699),
    rgba(57, 30, 75, 0.8)
  );
  background-attachment: fixed;
}