/* Resetowanie pewnych stylów przeglądarki */
body, h2, h3, p {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* Globalne style dla ciała strony */
body {
    background: linear-gradient(to right bottom, #e0f7fa, #b2dfdb, #80cbc4);
    font-family: 'Dosis', sans-serif;
    color: #333;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

section{
    border-bottom: solid 1px #bcbcbc;
}

.cart{
    background: linear-gradient(to right bottom, #e6e0ec, #d9b3c9, #d699b6);
    text-align: center;
}

.cart:nth-child(odd){
    background: linear-gradient(to right bottom, #e0f8f4, #b2e0d9, #81c9c1);
    text-align: center;
}

.cart p{
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Oswald', sans-serif;
}

/* Stylizacja sekcji */
section {
    padding: 20px;
}

/* Style dla nagłówków */
h2 {
    font-size: 24px;
    color: #e41381;
    margin-bottom: 10px;
    margin-top: 20px;
}

h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 8px;
    margin-top: 16px;
}

/* Stylizacja paragrafu */
p {
    margin-bottom: 16px;
}

header{
    background: url('./banner.webp');
    background-size: cover;
}

header .text-box {
    background: linear-gradient(to right bottom, rgba(9, 56, 73, 0.7), rgba(57, 189, 238, 0.5), rgba(9, 56, 73, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

footer{
    background: linear-gradient(to right , #051c25, #0c4256, #051c25);
}

footer h2{
    color: #ffffff;
}

.header-content h1 {
    color: white;
    font-size: 32px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.ue-img {
    width:120px;
}

/* Resetowanie stylów dla list i hiperłączy */
nav ul {
    background: linear-gradient(to right , #051c25, #0c4256, #051c25);
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.line{
    background: linear-gradient(to right , #051c25, #0c4256, #051c25);
    height:20px;
}

.logotypes{
    width:600px;
}

nav li {
    float: left;
}

nav a {
    transition: all ease-in-out 300ms;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
}

nav a:hover {
    background-color: #39bdee;
    color: black;
}
.logo{
    height:80px;
}

p{
    text-align: justify;
}
/* (Inne style, np. dla nagłówków, sekcji itp.) */
