
.footer {
    position: relative;
    height: 200px;
    background: #fff;
    color: #000;
}

.copyright {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    font-size: 20px;
    font-weight: 200;
}
.copyright-pipe {
    font-size: 16px;
    color: #ff0000;
}