2019-11-07 14:30:22 +00:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2019-11-07 11:43:27 +00:00
|
|
|
body {
|
|
|
|
background-color: #0d193b;
|
|
|
|
color: #a0ccff;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
color: #ffffff;
|
2019-11-07 14:30:22 +00:00
|
|
|
font-weight: normal;
|
2019-11-07 11:43:27 +00:00
|
|
|
}
|
2019-11-10 15:38:54 +00:00
|
|
|
|
2020-01-16 17:51:38 +00:00
|
|
|
h1, h2, h3 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4, h5, h6 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2019-11-10 15:38:54 +00:00
|
|
|
a {
|
|
|
|
color: #00caca;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #4affff;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #ffffff;
|
2019-12-08 17:20:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2019-11-10 15:38:54 +00:00
|
|
|
}
|