footer {
    background-color: rgb(41,41,60);

    background-image: url(bgimg/forest-svgrepo-com.svg);

    background-size: 150px;

    background-repeat: no-repeat;
}
    aside {
        background-color:#ff8000;
        /* margin: Irem
        padding: 1rem; */                                                                                                                                                                                                                     
    }





    footer{
        background-color: rgb(41,41,60);
        background-image: url(bgimg/forest-svgrepo-com.svg),
        url(bgimg/hot-air-balloon-svgrepo-com,svg);

        backround-size;
        40px,
        80px;
    } 
    
    background-repeat;
    repeat-x,
    no-repeat

    background-position
    bottom,
    80% 20%;

    padding:1rem 2rem 4rem 2rem; /* clockwise, starts at noon */
     
    ul li {
        /* list item within the list */
        margin-bottom: 0.5rem;
    }


    /* LoVeKa RULE */
    aside a:link {
        color: white;
        text-decoration: none; /* removes underline */
    }

    aside a:visited {
        color:rgb(72,72,75); /* looks faded, more boring */

    }

    aside a:hover {
        text-decoration: underline; /* add underline on mouse hover */

    }
    
    aside a:active {
        color: magenta; /* very in your face color */
    }


     /* LoVeKa RULE */
    footer a:link {
        color: white;
        text-decoration: none; /* removes underline */
    }

    footer a:visited {
        color:rgb(72,72,75); /* looks faded, more boring */

    }

    footer a:hover {
        text-decoration: underline; /* add underline on mouse hover */

    }
    
    footer a:active {
        color: magenta; /* very in your face color */
    }
