You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
373 B
23 lines
373 B
body { |
|
background-color: rgb(233, 215, 207); |
|
text-align: center; |
|
color: rgb(83, 75, 75); |
|
} |
|
|
|
h1 { |
|
font-family: 'Oswald', sans-serif; |
|
} |
|
|
|
p { |
|
font-family: 'Fira Sans', sans-serif; |
|
} |
|
|
|
a { |
|
font-family: 'Fira Sans', sans-serif; |
|
text-decoration: none; |
|
color: rgb(167, 1, 78); |
|
} |
|
|
|
a:hover { |
|
text-decoration: underline; |
|
} |