|
|
@ -11,6 +11,10 @@ html, body { |
|
|
|
font-family: amikoregular, sans; |
|
|
|
} |
|
|
|
|
|
|
|
a { |
|
|
|
color: #050094; |
|
|
|
} |
|
|
|
|
|
|
|
header { |
|
|
|
padding: 15px; |
|
|
|
border-bottom: #262a50 solid 2px; |
|
|
@ -36,6 +40,10 @@ header h2 { |
|
|
|
flex: 1; |
|
|
|
} |
|
|
|
|
|
|
|
footer { |
|
|
|
text-align: center; |
|
|
|
font-size: .8rem; |
|
|
|
} |
|
|
|
|
|
|
|
nav ul { |
|
|
|
list-style: none; |
|
|
|