You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
*{
|
|
font-family: "Helvetica"
|
|
}
|
|
|
|
body{
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
p{
|
|
font-size: 20px;
|
|
}
|
|
|
|
a{
|
|
text-decoration: underline;
|
|
color: black;
|
|
}
|
|
|
|
a:hover{
|
|
text-decoration: underline;
|
|
color: #0000FF;
|
|
}
|
|
|
|
#map {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
z-index: -1;
|
|
|
|
}
|