body {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(15, 15, 15);
    overflow-x: hidden;
}

span {
    font-size: 30px;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;}

div {
    display: flex;
    gap: 60px;
}

.filmy {
    display: flex;
    margin-top: 40px;
    
}

div {
    display: flex;
    justify-content: center;
}

iframe {
    border-radius: 45px;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.circle {
    border-radius: 50%;
    scale: 80%;
}

h3 {
    display: flex;
    justify-content: center;
    font-size: 28px;
}

h2 {
    display: flex;
    justify-content: center;
}

a {
    border-radius: 50px;
}

#kontakt {
    margin-top: 50px;
    margin-left: 24px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: scale(2);
    transform-origin: top;
}

div #statystyki .statystyki {
    display: flex;
    justify-content: left;
}

#statystyki {
    justify-content: space-between;
    margin-top: 150px;
    margin-left: 200px;
    margin-right: 200px;
}

.napisportfolio {
    margin-bottom: 30px;
    justify-content: center;
    align-items: baseline;
}

