.seo {
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 100;
    color: white;
    font-size: 10px;
    justify-content: center;
    column-gap: 10px;
}