html {
    height: 100%;
    width: 100%;
    background-image: url('https://hansuvious.neocities.org/about.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body {
    height: 100%;
    width: 100%;
}

.content {margin: auto; width: 100%;}

#navi {
     position: absolute;
    top: 45px;
    left:15px;
    width: 250px;
    height: 700px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold; 
    font-size: 36px;
    color: #eeeeee;
    
}

.menu a{
    color: #eeeeee;
    text-decoration: none;
}

.menu a:hover {
  color: #493722;        /* Farbe beim Hover */
}

#list {
    list-style-type: none;
    line-height:40px;
    font-family: 'Courier New', Courier, monospace; 
    font-size: 18px;
}

#card {
    margin: 30px auto;
    background-image: url('https://hansuvious.neocities.org/hello.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 900px;
    height: 600px;
}

#info {
    position: absolute;

    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;

    top: 210px;
    left: 55%;

    width: 320px;
    height: 200px;
    padding: 10px;

    line-height:20px;
    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold;
    font-size: 18px;
    color: #e89e43;
    text-shadow: 0 0 15px #545427
}