html{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
body{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.footer{
    background-color: #2D4A50;
    padding: 40px 5% 20px;
}

.footer-head{
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}

.footer-text{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}


.footer-text:hover{
    color: #e2e2e2;
    text-decoration: none;
}

.footer-social-icon{
    width: 25px;
    margin-right: 15px;
}

.footer-hr{
    border: 1px solid rgb(255, 249, 229);
}