/*===================
        Footer 
=====================*/


.footer-div{
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(62, 62, 62);
    height: 127px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*=====================
  Footer Upper Section
=======================*/
.upper-part{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 850px;
}
.upper-part p{
    color: white;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}
.upper-part p:hover{
    text-decoration: underline;
}

/*=====================
  Footer Bottom Section
=======================*/
.bottom-part{
    color: white;
    font-size: 11px;
    font-weight: 600;
}