*{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
a {
    all: unset;
    cursor: pointer; /* opcjonalnie, przywraca "rączkę" */
}

a:hover {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* delikatny cień */
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
}

.section {


    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #333;
}