
        body, html, h1, h2, p, ul, li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        body {
            font-family: Arial, sans-serif;
            
            
        }

        header {
            background-color: #333;
            color: #fff;
            padding: 10px;
            background-image: url('header.PNG'); 
            background-size: 100%; 
            background-repeat: no-repeat; 
            background-attachment: fixed; 
            padding-top: 13%;
        }

        nav {
            background-color: gray;
            color: #fff;
            width: 250px;
            height: 100vh;
            position: fixed; 
            top: 0;
            left: 0; 
            overflow-y: auto; 
        }

        nav ul {
            list-style: none;
            padding: 0;
        }

        nav li {
            padding: 10px;
        }

        
        main {
            margin-left: 260px; 
            padding: 20px;
            width: 50%; 
            height: 100px;
        
          
          
        }

        
        aside {
            background-color: #eee;
            width: 300px;
            float: right;
            padding: 20px;




            
            
        }

        
        footer {
            background-color: gray;
            color: #fff;
            padding: 10px;
            clear: both; 
            margin-top: 87%;
        }

        #footer-text {
            margin-left: 50%;
        }



        #list{
            margin-left: 50%;
        }

        #footer-list{
            margin-left: 50%;
            font-weight: bold;
            color: black;
            text-decoration: none;
        }


        
        .background-image {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('wald-background.avif'); 
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 0.5; 
            z-index: -1; 
        }
        
  
        #head{
            margin-top: 3%;
            margin-bottom: 7%;
            text-decoration: underline;
        }

        #LongLine{
            background-color: gray;
            color: #fff;
            padding: 10px;
            clear: both; 
            
        }

        #mark{
            font-weight: bold;
            color: black;
            text-decoration: none;
            font-size: 27px;

           margin-bottom: 15%;
           
        }
















        /*Fucking  mobile!!!!!!!!!!!!!!!!!!*/
        @media (max-width: 1260px) {
            nav {
                width: 100%; 
                height: auto; 
                position: static; 
            }

            main {
                margin-left: 0; 
            }

            aside {
                width: 100%; 
                float: none; 
                margin-top: 160%;
               
            }

          

        
        }
  