24 lines
279 B
CSS
24 lines
279 B
CSS
body {
|
|
background-color: #0A0A0A;
|
|
}
|
|
|
|
p {
|
|
font-family: 'Terminal Dosis Light', sans-serif;
|
|
color: #F4F4F4;
|
|
}
|
|
|
|
a {
|
|
color: #BD0235;
|
|
text-decoration: none;
|
|
}
|
|
|
|
div {
|
|
font-family: 'Terminal Dosis Light', sans-serif;
|
|
}
|
|
|
|
img {
|
|
width: 600px;
|
|
height: auto;
|
|
border-radius: 12px;
|
|
}
|