footer {
    background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(22 22 22) 100%);
    position: relative;
    .copyright {
        height: 80px;
        display: flex;
        align-items: center;
        color: #fff;
    }
}