*{
    color: black;
    font-size: 30px;
}

div{
    background-color: white;
    height: fit-content;
    
}
a{
    padding-right: 7px;
    font-size: 15px;
    text-decoration: none;
}
body{
    background-color: blue;
}
img{
    height: 200px;
    
}

footer img{
        height: 40px;
        padding-right: 20px;
   
}
#foter{
    position: fixed;
    bottom: 0px;
    height: fit-content;
    background-color: transparent;
}