footer {
    background: #0b1220;
    color: #c7d2fe;
    border-top: 1px solid #1f2a44;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: end;
}

footer p {
    margin-left: auto;
    padding: 0 16px;
}