/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 24.08.2026, 15:43:54
    Author     : johannes
*/

body {
    background-image: url(gifs/back.jpg);
}

ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: blue;
    color: yellow;
    font-weight: bold;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 660px;
}

li {
    display: inline-block;
}

li.disabled {
    padding: 2px 4px;
}

li a {
  color: #00ff00;
  text-decoration: none;
  padding: 2px 4px;
}