footer {
    background-color: #121b2c;
    max-width: 100%;
    display: flex;
}

footer a{
    margin-left: 5px;
    color: gray;
    text-decoration: none;
    font-style: italic;
}