footer {
    min-width: 98%;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    justify-items: center;
    align-items: center;
    border-radius: 15px 15px 0 0 ;
    bottom: 0;
}

.FooterContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#FooterDiamond {
    width: 10em;
}