/* SPDX-License-Identifier: CC-BY-SA-4.0 */
/* Copyright (c) 2025 Aiden Isik */

/* Page */
body
{
    background-color: #1c1c1c;
    font-family: sans-serif;
}

header, footer
{
    text-align: center;
}

div
{
    margin: 1%;
}

/* Text */
h1, h2, h3, h4, h5, h6, p, li, code
{
    color: #ffffff;
}

/* Code */
code
{
    display: block;
    overflow-x: scroll;
    padding: 0.5em;
    background-color: #333333;
    border-radius: 5px;
}

/* Links */
a
{
    color: #caffff;
}

/* Buttons */
a.button
{
    display: inline-block;
    padding: 0.5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border-width: 0.1em;
    border-style: solid;
}

/* Header links */
header ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

header ul li
{
    display: inline;
}

header ul li a
{
    margin: 0.5em;
}

#cc-img
{
    height: 1.5em;
}
