2024-07-29 12:54:31 +00:00
|
|
|
html {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
2024-03-26 21:51:04 +00:00
|
|
|
body {
|
2024-07-29 12:54:31 +00:00
|
|
|
overflow-x: hidden;
|
2024-03-26 21:51:04 +00:00
|
|
|
color: #222;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin: 1rem;
|
2024-07-29 12:54:31 +00:00
|
|
|
font-family: monospace;
|
|
|
|
background: rgb(0,78,255);
|
|
|
|
background: linear-gradient(0deg, rgba(0,78,255,1) 0%, rgba(0,0,0,1) 100%);
|
|
|
|
background-size: contain;
|
|
|
|
background-attachment: fixed;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 800px) {
|
|
|
|
.body {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
.body {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
2024-07-29 12:54:31 +00:00
|
|
|
border-bottom: 1px solid #3b3b3b;
|
2024-03-26 21:51:04 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
border-top: 1px solid #222;
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2024-07-29 12:54:31 +00:00
|
|
|
color: #3061ff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
color: white !important;
|
|
|
|
background-color: white !important;
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|