footer{
    position: fixed;
    bottom: 0px;
    width:100%;
    background-color: hsl(200, 3%, 35%);
    box-shadow: 0px -2px 10px hsl(0, 0%, 15%);
}
#stopka{
    margin: 0 auto;
    max-width: 1200px;
}
#stopka p{
    font-size: 16px;
    text-align: center;
    color: white;
    margin: 12px;
}