No consigo que el footer ocupe todo el ancho y llegue hasta abajo
Código HTML:
footer {
background: rgba( 47, 47, 47, 1 );
padding: 18px 4px;
cursor: pointer;
width: 96%;
margin: 10px auto;
position: relative;
display: block;
box-shadow: inset 0px 0px 0px 2px rgba( 255, 255, 255, 1 );
border-radius: 3px;
border: solid 1px rgba( 0, 0, 0, 0.2);
color: rgba( 255, 255, 255, 1 );
font-size: 12px;
font-weight: bolder;
text-shadow: 0px 1px rgba( 0, 0, 0, 0.3 );
text-align: center
}