
#footer{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:20px;
    width:90%;
    margin: auto;
    border-bottom: 0.1px solid #c0bcbc;
    padding-bottom: 2%;
    margin-bottom: 6%;

}
#footer>div>h4{
    font-weight: bold;
}
#footer>div>p{
    color:rgb(47,154,179);
    font-size: 13px;
    font-family: sans-serif;
    line-height: 35px;
}
#footer>div>p:hover{
    cursor: pointer;
    text-decoration: underline;
}
#footer>div:nth-child(1)>img{
    margin-top: 22px;
}
#footer>div:nth-child(1)>img:hover{
    cursor: pointer;
}