footer{
    margin-top: 50px;
}
.copyright{
    background: #4472C4;
    padding: 12px 0;
    display: flex;
    justify-content: center;
}
.copyright>div{
    width: 1240px;
}
.copyright>div>p{

    color: #cddfe8;
}