footer {
    text-align: center;
    color: #0f0766;
}

footer .copyright {
    color: #bbb;
}
footer .links {
    margin: 5px auto;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: inline;
}
footer ul li:first-child{
    margin-left:auto;
}
footer ul li{
    margin-left:5px;
}
.footer-base {
    margin: auto;
    max-width: 1024px;
    height: 20px;
    width: 100%;
    background-color: white;
}
.footer-base .triangle {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: var(--orange);
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);

}

footer .links a {
    color: #0f0766;
}


