/*
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, 17:32:27
    Author     : johannes
*/

body {
    background-image: url(gifs/playstation.jpeg);
}

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;
    padding: 2px 4px;
}