body {
    margin: 0;
}

.main_picture {
    width: 100%;
    height: auto;
}
.button-container {
    display: flex;
    justify-content: center; /* Centrowanie przycisku */
    margin: 20px 0; /* Dodajemy marginesy dla lepszego wyglądu */
}
.rodzina {
    font-family: lato;
	font-size: 18px;
	margin: 0 200px;
	text-decoration: bold;
}
.instrukcja {
    font-family: lato;
	font-size: 14 px;
	margin: 20px 50px;
}
.wybor {
    display: flex;
    justify-content: center; /* Centrowanie przycisku */
    margin: 50px 0; /* Dodajemy marginesy dla lepszego wyglądu */
	font-family: lato;
	font-size: 18 px;
}
.zonk {
    display: flex;
    justify-content: center; /* Centrowanie przycisku */
    margin: 50px 0; /* Dodajemy marginesy dla lepszego wyglądu */
	font-family: lato;
	font-size: 18 px;
}
.zaufanie {
    justify-content: center; /* Centrowanie przycisku */
    margin: 50px 50px; /* Dodajemy marginesy dla lepszego wyglądu */
	font-family: lato;
	font-size: 20 px;
}
.start-button {
    background-color: #88ca11;
    color: white;
	padding: 15px 32px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    border-radius: 25px;
	border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Dodaje cień dla efektu wypukłości */
	cursor: pointer; 
}
.container {
    display: flex;
}

.left-column {
    width: 25%;
    text-align: center;
	font-family: lato;
	font-size: 18px;
	text-decoration: bold;
}

.right-column {
    width: 75%;
	font-family: lato;
	font-size: 18px;
	}

table {
    border-collapse: collapse;
    width: 90%;
}

.table_zaufanie {
  	border-collapse: collapse;
	margin: 0 50px;
	width: 90%;
	text-align: center;
	font-family: lato;
	font-size: 16px;
}

th {
    background-color: #88ca11;
	padding: 8px;
    color: #ffffff;
	text-align: left;
}
td {
	padding: 8px;
}
tr:nth-child(odd) {
    background-color: #daddcb;
}
