31 lines
354 B
CSS
31 lines
354 B
CSS
body {
|
|
background-color: #0C312E;
|
|
color: #FF6666;
|
|
font-family: Helvetica, sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0px;
|
|
line-height: 96px;
|
|
}
|
|
|
|
a {
|
|
color: #2EC4B6;
|
|
}
|
|
|
|
a.pin1 {
|
|
font-size: 14px;
|
|
color: #2EC4B6;
|
|
}
|
|
|
|
a:visited {
|
|
color: #17625B;
|
|
}
|
|
|
|
.title {
|
|
color: #FF6666;
|
|
font-weight: bold;
|
|
font-size: 83px;
|
|
font-family: Helvetica, sans-serif;
|
|
}
|
|
|