/*footer{
    
    display: flex;
    padding: 10px;
    color: white;
    background: #231E1E;
    justify-content: flex-end;

}*/

footer {
    position: static;
    display: flex;
    color: white;
    background: #231E1E;
    justify-content: flex-end;
    padding: 10px;
}