html{
    overflow: auto;
}
.row{
    margin:0;
}
.main-content{
    background-image: url("../images/background.jpeg");
    background-repeat: repeat-y;
    padding:50px 0 0 0;
    display:flex;
    flex-direction: column;
}
.text-container{
    max-width:650px;
    background-color: #8d8c7a;
    margin: 50px auto;
    padding: 40px 20px;
    border-radius: 15px;
    color:#FFF;
    font-size: 20px;
}
.logo{
    width:100%;
    height:auto;
    max-width:750px;
}
.movement{
    width:100%;
    max-width: 600px;
    height: auto;
}
.logo-tail{
    width:100px;
    height:auto;
}
.overlay-palm{
    width:100%;
    min-width: 2000px;
    right:0;
    bottom:0;
    position: absolute;
}
.footer-container{
    background-color: #8d8c7a;
    position: fixed;
    bottom:0;
    width:100%;
    padding: 5px 0;
    color:#fff;
    text-align: right;
    text-wrap: nowrap;
}
.footer-text{
    text-align: center;
    display: inline;
    position: relative;
}
.logos{
    padding:0 10px;
}
.social-logos{
    width:25px;
    height: auto;
}