
footer {
    width: 100%;
    height: 165px;
    background-color: #181818;
    position: relative
}

footer p {
    width: 100%;
    text-align: center;
    height: 74px;
    line-height: 74px;
    color: white;
    position: absolute;
    bottom: 0;
    font-size: 12px
}