@font-face {
    font-family: 'Graffitti';
    src: url(Alta\ California\ W00.ttf) format(truetype);
}

@font-face {
    font-family: 'Modak';
    src: url(Modak-Regular.ttf) format(truetype);
}

@font-face {
    font-family: 'title';
    src: url(Cooper\ Std\ Black.ttf) format(truetype);
}

.container1 {
    font-family: 'Graffitti', sans-serif;
}

.container2 {
    font-family: 'title', sans-serif;
}

.title {
    font-family: 'Modak', sans-serif;
}

.title2 {
    font-family: 'Modak', sans-serif;
}

.title3 {
    font-family: 'title', sans-serif;
}

.desc {
    font-family: 'title', sans-serif;
}

body {
    background-color: black;
    font-size: medium;
    color: #fff;
}

a {
    color: #fff;
}

header {
    background-image: none;
    text-align: center;
    padding: 0px;
}

.header h1 {
    font-size: 48px;
    text-align: center;
    color: #fff;
}

header p {
    font-size: 18px;
    margin: 0;
}


.container {
    display: flex;
    background-color: gray;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.title {
    text-align: center;
    font-size: 50px;
    margin: 0;
    color: #fff;
}

.desc {
    display: flex;
    justify-content: center;
    font-size: 24px;
    margin-left: 10%;
    
}

.naglowki {
    grid-template-columns: repeat(auto-fill, minmax( 0%, 100%));
    font-size: 24px;
    text-align: center;
}

.zdjeciekolekcji {
    max-height: 300px;
    margin: auto;
    max-width: 300px;
}

header.row {
    margin: auto;
    background: none;
}

.column {
    align-items: center; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* grid-template-columns: repeat(auto-fill, minmax( 0, 512px)); */
    gap: 5%;
}

.footer {
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2 {
    align-items: center;
    padding: 1%;    
    grid-template-columns: repeat(auto-fill, minmax( 0, 512px));
    background-color: rgba(70, 70, 70, 0.629);
}