footer {
    justify-content: center;
    gap: 5px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 15px #000;
    padding: 15px;
    border-radius: 15px;
    margin: 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footpres {
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    text-shadow: 0 0 5px #000 ;
    max-width: 100%;
}