*{
    color: black;
}
body{
    background-color: blue;
}
div{
    background-color: white;
    height: fit-content;
}
a{
    text-decoration: none;
    padding-right: 7px;
    font-size: 15px;
}
h1{
    color:white;

}
#d2{
    background-color: white;
    justify-content: center;
    height: 600px;
    width: fit-content ;
    
}
h2{
    text-align: center;
}

img{
    height: 40px;
    padding-right: 20px;
}
#foter{
    position: fixed;
    bottom: 0px;

    height: fit-content;
    background-color: transparent;
}