*{
    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;
}
#div1{
    background-color: white;
    height: 500px;
    width: max-content;
    margin-bottom: 10px;
}
.hading{
    text-align: center;
    text-decoration: underline;
    color: blue;
}
#hadin{
    color: white;
}
.hading1{
    text-align: center;
    font-size: large;
}
iframe{
    
    height: 400px;
    width: 350px;
}

img{
    height: 40px;
    padding-right: 20px;
}
#foter{
    position: fixed;
    bottom: 0px;
    height: fit-content;
    background-color: transparent;
}