.footer {
    border-top: 1px solid #454545;
    display: flex;
    background: rgb(41 41 41 / 20%);
    height: 40px;
    justify-content: space-between;
    align-items: center;
    color: #858585;
    width: 100%;
	text-align: center;
}

.footer p:first-child {
    margin-left: 20px;
    font-weight: 500;
}
.footer p:last-child {
    margin-right: 20px;
    font-weight: 500;
}