@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(https://assets.plesk.com/static/default-website-content/public/fonts/inter-v12-latin-regular-be7cb1.woff2) format("woff2");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(https://assets.plesk.com/static/default-website-content/public/fonts/inter-v12-latin-700-54321e.woff2) format("woff2");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
}

body {
    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;
}

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

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