footer {
font-family: arial;
bottom: 0;
position: absolute;
color: #fff;
width: 100%;
background-color: #2E6171;
text-align: center;
padding: 15px 0;
-webkit-box-shadow: 0px -10px 40px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -10px 40px -3px rgba(0,0,0,0.75);
box-shadow: 0px -10px 40px -3px rgba(0,0,0,0.75);
letter-spacing: 1px;
}
I want my footer to stick to the bottom on the page and right now it its on fullscreen because everything fits in one vieuwport but when i resize my window smaller and i have to scroll to see everything the footer is stuck in the middle of the page