html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

:root {
    --BlofeldGrey:          #c4c8cb;
    --BlofeldDarkGrey:      #3f4044;
    --BlofeldLcdBorderLight:#cceeee;
    --BlofeldLcdBorder:     #7eb4ea;
    --BlofeldLcdBackground: #faffff;
}

.title-bar {
    display: block;
    width: 1920px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.bodyTitle {
    color: white;  
}

td {
  vertical-align: top;
}

.tableBlofeld{
    background-color: var(--BlofeldGrey);
    border-spacing: 1;
    border: 4px solid var(--BlofeldDarkGrey);
    border-radius: 4px;
    color: white;
}

.tableBlofeld th{
    color: black;
    background-color:  var(--BlofeldGrey);
    text-align: center;  
}

.tableBlofeld td {
    background-color: var(--BlofeldLcdBackground);
    border: 1px solid var(--BlofeldLcdBorder);
    border-radius: 4px;
    color: black;
}

body {
    background-color: black;
    color: white;
}

.menuSeparator{
    color: #FF0015;
}

h1 {
    color: #FF0015;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    color: #FF0015;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

h3 {
    color: #FF0015;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

h4 {
    color: #FF0015;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

li::marker {
    color: #FF0015;
}

li {
    color: white;
    margin-bottom: 5px;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    background: #5c0008;
    border: 2px solid #FF0015;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    width: 250px;
    margin-bottom: 20px;
}

.menu-link {
    display: inline-block;
    padding: 10px 20px;
    background: #5c0008;
    border: 2px solid #FF0015;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    width: 150px;
}

.button-link:hover {
    background: #88000b;
}

a {
    color: #FF8815;
    text-decoration: none;
}

a:hover {
    color: #FFFF15;
}

footer {
    color: #FF0015;
    text-align: center;
    margin-top: auto;
    padding: 20px;
}

.center-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.center-content640 {
    display: flex;
    justify-content: center;
    width: 400px;
}

.youtube-link {
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

.youtube-link img {
    width: 24px;
    height: 24px;
}

.payment-form {
    width: 640px;
}

.payment-form input[type="text"] {
    font-family: monospace;
    size: 32;
}
