.padding {padding: 10px;}

/*stare do wypierdolenia lub przeniesienia, bo najpewniej nigdzie nie używane*/
#starter_text {position: absolute; top: 25%; left: 0; width: 40%;}
#starter_buttons {position: absolute; bottom: 25px; width: 100%;}

	/*class*/
.auto {width: auto; height: auto;}
.float_left {float: left;}
.float_right {float: right;}
.center {text-align: center;}
.middle {vertical-align: middle;}

.no {display: none;}
.inline_block {display: inline-block;}
.overflow_hidden {overflow: hidden;}
.border {border: 1px solid black;}
.nomargin {margin: 0px;}
.monospace {font-family: "Lucida Console", Monaco, monospace;}
.radius {border-radius: 10px;}
.divwcenter {margin: 0 auto;}	/*wycentrowanie diva wewnątrz czegoś (centrujemy div)*/
.divcenter {margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}	/*wycentrowanie tego co jest w divie w pionie i w poziomie, kontener (nad divem) musi byc relative*/

.grww {width: 62%;}
.grwc {width: 24%;}
.grwn {width: 38%;}
.grhw {height: 62%;}
.grhc {height: 24%;}
.grhn {height: 38%;}

.wideoH {font-size: 4rem; color: white; font-weight: 900;}
