html {
    color: white;
    background-color: #050505;
}

a {
    color: white;
    background-color: #050505;
}
a img.default {
    display: inherit;
    background-color: #050505;
}
a:hover img.default {
    display: none;
    background-color: #050505;
}
a:visited {
    color: white;
    background-color: #050505;
}
a:hover {
    color: #e3000b;
    background-color: #050505;
}
a:hover img.hover {
    display: inherit;
}
a img.hover {
    display: none;
    background-color: #050505;
}
a:active {
    color: yellow;
    background-color: #050505;
}

body.underconstruction {
    margin: 0;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.6;
    background: #000000 url(https://djdavey.nl/images/logo.png) no-repeat;
    background-position: center;
    background-size: 1000px 1000px;
    background-attachment: fixed;
}

body {
    margin: 0;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.6;
    color: white;
    background-color: #050505;
}

h1, h2 {
    text-align: left;
    color: white;
}

p {
    text-align: left;
    color: white;
}

ul, li {
    text-align: left;
    color: white;
}

table, th, td {
    text-align: center;
/*    border: 1px solid;
    border-width: thin;
    border-color: #ffffff;*/
}

label {
    text-align: left;
    color: white;
}

.input {
    size: 40;
}

.left {
    text-align: left;
}

.button {
    background-color: #A5A5A5;
    color: #0b1020;
}
.footer_text {
    text-align: center;
    color: white;
}

.center {
    text-align: center;
}

.colors {
    neon-blue: #00a8ff;
    neon-pink: #ff2fb8;
    dark-blue: #0b1020;
    almost-black: #050505;
    white: #ffffff;
}
