*{
    margin: auto;
    width: 1500px;
    height: auto;
    font-family: Century Gothic;
    
    
}

header{	
 
    background-image:url(img/boisko.jpg);
    border-radius: 2em;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    margin-top: 30px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    height: 350px;
    
    
}


body{
    background-image: url(img/tlo.jpg); 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.title{
    color: azure;
    font-size: 40px;
    height: 100px;
    text-align: center;
    line-height: 330px;
    translate: -100px;
    
}

nav{
    margin-top: 25px;
    text-align: center;
    max-height: 100px;
}

.przycisk{
    font-size: 20px;
    border-radius: 2em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: solid;
    padding: 10px;
    margin: 3px;
    background-color: rgba(46, 87, 199, 0.959);
    color: azure;
    transition: 0.6s ease;
    

}

.przycisk_1{
    font-size: 20px;
    border-radius: 2em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: solid;
    padding: 10px;
    margin: 3px;
    background-color: rgba(46, 87, 199, 0.959);
    color: azure;
    transition: 0.6s ease;
}

.przycisk:hover{
	background-color: #fff;
	color: #000;
}



#historia{
    font-size: 80px;
    text-align: center;
    max-height: 150px;
    margin: 100px;
    translate: -7%;
    color: goldenrod;
    
}

.akapitjeden{
    
    height: 480px;
    width: 1450px;
    border: 0,7px solid black;
    font-size: 23px;
    text-align: justify;
    padding: 30px;
    border-radius: 1em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: azure;
    background-image: url(img/akjeden.png);
    background-position: inherit;
    background-repeat: no-repeat ;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 

    
}

#osiagniecia{
    margin: 150px;
    font-size: 80px;
    text-align: center;
    max-height: 150px;
    translate: -11%;
    color: goldenrod;
}


.akapitdwa{
    
    height: 480px;
    width: 1450px;
    border: 0,7px solid black;
    font-size: 30px;
    text-align: justify;
    padding: 30px;
    margin-bottom: 100px;
    border-radius: 1em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(99, 99, 99);
    color: azure;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)), url(img/akdwa.webp);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    
}


#sklad{

    margin: 150px;
    font-size: 80px;
    text-align: center;
    max-height: 150px;
    translate: -11%;
    color: goldenrod;

}

.akapittrzy{
    height: 480px;
    width: 1450px;
    border: 0,7px solid black;
    font-size: 25px;
    text-align: center;
    padding: 30px;
    margin-bottom: 100px;
    border-radius: 1em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(99, 99, 99);
    color: azure;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0,0,0,0.5)), url(img/sklad.jpg);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
}

#film{

    margin: 150px;
    font-size: 80px;
    text-align: center;
    max-height: 150px;
    translate: -11%;
    color:goldenrod;
    
}

.akapitcztery{
 
}

iframe {
    width: 100%;
    height: 600px;
    border-radius: 1em;
  }


#ocena{
    
    margin: 150px;
    font-size: 80px;
    text-align: center;
    max-height: 150px;
    translate: -11%;
    color: goldenrod;

}


.akapitpiec{

    height: 600px;
    width: 1450px;
    border: 0,7px solid black;
    font-size: 25px;
    text-align: center;
    padding: 30px;
    margin-bottom: 100px;
    border-radius: 1em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-image: url(img/stopka.png);
    color: azure;
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
}

form{
    padding: 10px;
    max-height: 200px;
}

h1{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 100px;
}

h2{
    max-height: 100px;
    margin-top: 40px;
}

p{
    margin-bottom: 10px;
    max-height: 20px;
}

.p2{
    margin-bottom: 60px;
    max-height: 30px;
    text-align: center;
}

.dane{
    color: gold;
}

footer{
    text-align: center;
    margin-bottom: 50px;
}