footer {
    background: #fff;

    .container {
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        p {
            font-size: 12px;
        }
    }
}
