*{
    color: black;
    font-size: 30px;
}

#navbar{
    background-color: white;
    height: fit-content;
}
a{
    padding-right: 7px;
    font-size: 15px;
    text-decoration: none;
}
body{
    background-color: blue;
}
.div1{
    background-color: white;
    position: relative;
    top: 100px;
    
    margin: 10px;
    display: inline-block;
    height: 450px;
    width: 300px;
}
h1{
    color: black;
    text-align: center;
    font-size: 40px;
}
.hadi{
    text-decoration: underline;
    text-align: center;
}

img{
    height: 40px;
    padding-right: 20px;
}
#foter{
    position: fixed;
    bottom: 0px;
    height: fit-content;
    background-color: transparent;
}

