.footer {
    width: 100%;
    padding: 20px;
    background-color: rgb(238,240,239);
}

.footer__copyright {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-align: center;
}