footer{
    bottom: 0;
    left: 0;
    height: 10rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding-left: 5%;
    gap: 70%;
    background-color:   rgb(3, 3, 27);
}
.copyright{
    font-size: 300;
    display: flex;
}
footer ul{
    display: flex;
    gap: 15px;
}
footer li {
    display: inline-block;
}
