/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.bg-controls
{
	float: right;
}

.bg-controls button {
  font-size: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background-color 0.2s;
}

body
{
	user-select: none;
	background: url(https://droga-swiatla.pl/droga_swiatla_tlo.jpg);
    background-repeat: space;
    background-attachment: fixed;
}

.container
{
	max-width: unset;
	background: rgba(255, 255, 255, 0.53);
    padding: 30px;
    margin: 10px 0;
	transition: background-color 0.2s;
}

body
{
	padding-top:120px;
}

header
{
	position: fixed;
	  top: 10px;
	  left: 10px;
	  background: lightgray;
	  padding: 10px 30px;
	  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	  z-index: 1000;
	  width: 100%;
}

header button {
  font-size: 50px;        /* Powiększa znak */
  width: 80px;            /* Szerokość przycisku */
  height: 80px;           /* Wysokość przycisku */
  border-radius: 50%;     /* Zaokrąglony kształt */
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  margin-right: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background 0.2s;
}

header button:hover {
  background: #ddd;
}

#scrolTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

#scrolTop:hover {
  background-color: #0056b3;
}

.row
{
	margin-bottom: 10px;
}

.kategoria
{
	border-style: solid;
	border-width: 10px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 60px;
	font-weight: bold;
	user-select: none;
}

.numer_piesni
{
	border-style: solid;
	border-radius: 100px;
	border-width: 10px;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 80px;
	font-weight: bold;
	user-select: none;
}

#kategoria_2 .numer_piesni
{
	font-size: 50px;
}

.row img
{
	width: 75%;
    margin: 0 auto;
}

.teksty
{
	font-size: 90px;
	padding: 0;
    margin: 0;
}

.teksty .row
{
	padding: 0;
    margin: 0;
}

.teksty div div
{
	padding-top: 100px;
}