footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #58585a ;
    height: auto;
    width: 100%;
    height: 16rem;
    padding-top: 2rem;
    color: white    ;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-title{
    font-size: 2rem;
    line-height: 4rem;
}

.footer-text{
    max-width: 32rem;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.footer-socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0.5rem 0 2rem 0;

}

.footer-socials li{
    margin: 0 1rem;
}

.footer-socials a{
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}

.footer-socials:hover a{
    color: white;
}

.socials a i{
    font-size: 1.5rem;
}

.footer-bottom{
    background: #00a45c;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom-text{
    font-size: 1rem;
    word-spacing: 0.2rem;
    color: white;
}

.footer-bottom span{
    color: white;
}

.page-container {
    position: relative;
    min-height: 100vh;
  }

  .content-wrap {
    padding-bottom: 16rem;
  }
