
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10vh;

    background-color: rgb(22, 22, 22);
    color: white;

    img {
        width: 10vh;
        height: 10vh;
    }

    p {
        text-decoration: none;
        color: white;
        padding-right: 50px;
    }
}