.footer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    background-color: black;
    color: rgb(165, 165, 151);
    padding-top: 10px;
    padding-bottom: 2px;
    display: flex;
    flex-direction: row; 
    justify-content: center;
}